|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CqQuery.ChartOptions
An extension of the CommonOptions interface specifying an additional set of parameters applying only to the generation of charts.
Nested Class Summary | |
---|---|
static class |
CqQuery.ChartOptions.ImageFormat
The possible chart image formats |
Method Summary | |
---|---|
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. |
Methods inherited from interface CqQuery.CommonOptions |
---|
getQueryPropertyRequest, getRowNumberLimit |
Method Detail |
---|
Long getHeight()
CqQuery.ChartOptions.ImageFormat getImageFormat()
Boolean getIsCompressionOptimized()
Boolean getIsGreyScale()
Boolean getIsInterlaced()
Boolean getIsProgressive()
Integer getQuality()
Long getWidth()
|
Generated Tue 17-Jun-2014 01:15 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |