NetCharts Pro

netcharts.pro.common.image.pdf
Class NFPDFImageParams

java.lang.Object
  extended by netcharts.pro.common.image.NFImageParams
      extended by netcharts.pro.common.image.pdf.NFPDFImageParams
All Implemented Interfaces:
java.io.Serializable

public class NFPDFImageParams
extends NFImageParams

Used to specify the parameters of the image generation when outputting PDF based images.

See Also:
Serialized Form

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

NFPDFImageParams

public NFPDFImageParams()
Constructs a default NFPDFImageParams instance.


NFPDFImageParams

public NFPDFImageParams(java.lang.String defaultHref)
Constructs a NFPDFImageParams instance specifying the default URL to use for user interactivity actions.

Parameters:
defaultHref - The default URL of the graph image for user interactivity actions.

NFPDFImageParams

public NFPDFImageParams(boolean textAsShapes)
Constructs a NFPDFImageParams instance specifying whether to render text as shapes.

Parameters:
textAsShapes - True if text should be rendered as shapes, false otherwise.
Method Detail

getTextAsShapes

public boolean getTextAsShapes()
Returns if text will be rendered as shapes.

Returns:
True if text will be rendered as shapes, false otherwise.

setTextAsShapes

public void setTextAsShapes(boolean textAsShapes)
Sets if text will be rendered as shapes.

Parameters:
textAsShapes - True if text should be rendered as shapes, false otherwise.

getEncoderConfigurationFile

public java.io.File getEncoderConfigurationFile()
Gets the file containing the encoder configuration.

Returns:
The configuration file.

setEncoderConfigurationFile

public void setEncoderConfigurationFile(java.io.File encoderConfigurationFile)
Sets the file containing the encoder configuration.

Parameters:
encoderConfigurationFile - The configuration file.

getEncoderConfiguration

public java.lang.Object getEncoderConfiguration()
Gets the encoder configuration to use for the PDF.

Returns:
The encoder configuration.

setEncoderConfiguration

public void setEncoderConfiguration(java.lang.Object encoderConfiguration)
Sets the encoder configuration to use for the PDF.

Parameters:
encoderConfiguration - The encoder configuration.

NetCharts Pro


Visual Mining, Inc.
2099 Gaither Rd.
Suite 220
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2011
All Rights Reserved.

NetCharts Pro TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Jun 28, 2011