|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.image.NFImageParams
netcharts.pro.common.image.NFZoomableImageParams
netcharts.pro.common.image.raster.NFRasterImageParams
netcharts.pro.common.image.jpg.NFJPEGImageParams
public class NFJPEGImageParams
Used to specify the parameters of the image generation when outputting JPEG based raster images.
Field Summary |
---|
Fields inherited from interface netcharts.pro.common.image.raster.NFRasterImageTypes |
---|
DEFAULT_MIME_TYPE, MIME_TYPE_BMP, MIME_TYPE_JPG, MIME_TYPE_PICT, MIME_TYPE_PNG, MIME_TYPE_TGA, MIME_TYPE_TIFF, MIME_TYPE_WBMP, MIME_TYPE_XBM, MIME_TYPE_XPM |
Constructor Summary | |
---|---|
NFJPEGImageParams()
Constructs a default NFJPEGImageParams instance. |
|
NFJPEGImageParams(int quality)
Constructs a NFJPEGImageParams instance specifying the JPEG quality. |
|
NFJPEGImageParams(int quality,
java.lang.String defaultHref)
Constructs a NFJPEGImageParams instance specifying the JPEG quality and the default URL to use for user interactivity actions. |
|
NFJPEGImageParams(java.lang.String defaultHref)
Constructs a NFJPEGImageParams instance specifying the default URL to use for user interactivity actions. |
Method Summary | |
---|---|
int |
getQuality()
Returns the JPEG quality of the output. |
void |
setQuality(int quality)
Sets the JPEG quality of the output. |
Methods inherited from class netcharts.pro.common.image.raster.NFRasterImageParams |
---|
isMapIncluded, isPrinterMatchedFontsEnabled, setMapIncluded, setPrinterMatchedFontsEnabled |
Methods inherited from class netcharts.pro.common.image.NFZoomableImageParams |
---|
getZoomInHandler, getZoomOutHandler, isZoomOutButtonVisible, setZoomInHandler, setZoomOutButtonVisible, setZoomOutHandler |
Methods inherited from class netcharts.pro.common.image.NFImageParams |
---|
getAltTemplate, getDefaultHref, getDescription, getInternalParams, getMimeType, setAltTemplate, setDefaultHref, setDescription |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NFJPEGImageParams()
public NFJPEGImageParams(int quality)
quality
- The JPEG quality of the output.public NFJPEGImageParams(java.lang.String defaultHref)
defaultHref
- The default URL of the graph image for user interactivity actions.public NFJPEGImageParams(int quality, java.lang.String defaultHref)
quality
- The JPEG quality of the output.defaultHref
- The default URL of the graph image for user interactivity actions.Method Detail |
---|
public int getQuality()
public void setQuality(int quality)
quality
- The JPEG quality of the output.
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |