|
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.pdf.NFPDFImageParams
public class NFPDFImageParams
Used to specify the parameters of the image generation when outputting PDF based images.
Constructor Summary | |
---|---|
NFPDFImageParams()
Constructs a default NFPDFImageParams instance. |
|
NFPDFImageParams(boolean textAsShapes)
Constructs a NFPDFImageParams instance specifying whether to render text as shapes. |
|
NFPDFImageParams(java.lang.String defaultHref)
Constructs a NFPDFImageParams instance specifying the default URL to use for user interactivity actions. |
Method Summary | |
---|---|
java.lang.Object |
getEncoderConfiguration()
Gets the encoder configuration to use for the PDF. |
java.io.File |
getEncoderConfigurationFile()
Gets the file containing the encoder configuration. |
boolean |
getTextAsShapes()
Returns if text will be rendered as shapes. |
void |
setEncoderConfiguration(java.lang.Object encoderConfiguration)
Sets the encoder configuration to use for the PDF. |
void |
setEncoderConfigurationFile(java.io.File encoderConfigurationFile)
Sets the file containing the encoder configuration. |
void |
setTextAsShapes(boolean textAsShapes)
Sets if text will be rendered as shapes. |
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 NFPDFImageParams()
public NFPDFImageParams(java.lang.String defaultHref)
defaultHref
- The default URL of the graph image for user interactivity actions.public NFPDFImageParams(boolean textAsShapes)
textAsShapes
- True if text should be rendered as shapes, false otherwise.Method Detail |
---|
public boolean getTextAsShapes()
public void setTextAsShapes(boolean textAsShapes)
textAsShapes
- True if text should be rendered as shapes, false otherwise.public java.io.File getEncoderConfigurationFile()
public void setEncoderConfigurationFile(java.io.File encoderConfigurationFile)
encoderConfigurationFile
- The configuration file.public java.lang.Object getEncoderConfiguration()
public void setEncoderConfiguration(java.lang.Object encoderConfiguration)
encoderConfiguration
- The encoder configuration.
|
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 |