netcharts.pro.common.image
Class NFImageParams
java.lang.Object
netcharts.pro.common.image.NFImageParams
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NFPDFImageParams, NFZoomableImageParams
public abstract class NFImageParams
- extends java.lang.Object
- implements java.io.Serializable
Used to specify the parameters of the image generation. These parameters
define the expected mime type of the output, accessibility labels, etc.
Each image extension implementation should have an associated implementation of NFImageParams.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInternalParams
public ImageParams getInternalParams()
getAltTemplate
public java.lang.String getAltTemplate()
getDefaultHref
public java.lang.String getDefaultHref()
getDescription
public java.lang.String getDescription()
getMimeType
public java.lang.String getMimeType()
setAltTemplate
public void setAltTemplate(java.lang.String altTemplate)
setDefaultHref
public void setDefaultHref(java.lang.String defaultHref)
setDescription
public void setDescription(java.lang.String description)
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 |