public static interface CqQuery.ChartOptions extends CqQuery.CommonOptions
Modifier and Type | Interface and Description |
---|---|
static class |
CqQuery.ChartOptions.ImageFormat
The possible chart image formats
|
Modifier and Type | Method and Description |
---|---|
Long |
getHeight()
Returns the requested height of the chart image in pixels.
|
CqQuery.ChartOptions.ImageFormat |
getImageFormat()
Returns the compression format requested for the chart image.
|
Boolean |
getIsCompressionOptimized()
Returns whether or not the compression of the image should be
optimized.
|
Boolean |
getIsGreyScale()
Returns whether the chart image is to be rendered in grey scale or
color.
|
Boolean |
getIsInterlaced()
Returns whether or not a PNG image should be interlaced.
|
Boolean |
getIsProgressive()
Returns whether or not a JPEG image is to use progressive
compression.
|
Integer |
getQuality()
Returns the requested quality of JPEG compression, expressed as an
integer between 1 (maximum compression) and 100 (maximum fidelity).
|
Long |
getWidth()
Returns the requested width of the chart image.
|
getQueryPropertyRequest, getRowNumberLimit
Long getHeight()
CqQuery.ChartOptions.ImageFormat getImageFormat()
Boolean getIsCompressionOptimized()
Boolean getIsGreyScale()
Boolean getIsInterlaced()
Boolean getIsProgressive()
Integer getQuality()
Long getWidth()
Copyright © IBM 2016. All rights reserved.