|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the methods needed to determine the raster image export options.
| Method Summary | |
boolean |
forceBaseLine()
Returns true, if the pixels shall be arranged from the
left-top to the right-bottom corner of the picture. |
int |
getBitDepth()
Returns the desired bit-depth. |
int |
getHorizontalAlignment()
Returns the horizontal alignment as listed in com.tensegrity.graph.view.image.ImageExport |
Boundary |
getImageInsets()
Returns the insets for the image |
Size |
getImageSize()
Returns the size of the image. |
int |
getMode()
Returns the export mode as listed in com.tensegrity.graph.view.image.ImageExport |
float |
getQuality()
Returns a quality indicating float, where 1.0 stands for
highest and 0.0 for lowest quality. |
int |
getVerticalAlignment()
Returns the vertical alignment as listed in com.tensegrity.graph.view.image.ImageExport |
boolean |
isAntialias()
Returns true if the antialias is turned on |
boolean |
isInterlaceEnabled()
Returns true, if interlace is enabled. |
boolean |
isOptimized()
Returns true, if the generic optimization flag for this
format is turned on. |
| Method Detail |
public float getQuality()
float, where 1.0 stands for
highest and 0.0 for lowest quality.
float.public boolean forceBaseLine()
true, if the pixels shall be arranged from the
left-top to the right-bottom corner of the picture.
true if baseline encoding is enforced.public int getBitDepth()
public boolean isInterlaceEnabled()
true, if interlace is enabled.
true, if interlace is enabled.public boolean isOptimized()
true, if the generic optimization flag for this
format is turned on.
true, if the generic optimization flag for this
format is turned on.public Size getImageSize()
public int getMode()
com.tensegrity.graph.view.image.ImageExport
public int getHorizontalAlignment()
com.tensegrity.graph.view.image.ImageExport
public int getVerticalAlignment()
com.tensegrity.graph.view.image.ImageExport
public boolean isAntialias()
public Boundary getImageInsets()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||