NetCharts Pro

netcharts.pro.common.image
Class NFZoomableImageParams

java.lang.Object
  extended by netcharts.pro.common.image.NFImageParams
      extended by netcharts.pro.common.image.NFZoomableImageParams
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NFRasterImageParams, NFSVGImageParams

public abstract class NFZoomableImageParams
extends NFImageParams

Used to specify zoom related parameters of the image generation.

See Also:
Serialized Form

Method Summary
 java.lang.String getZoomInHandler()
          Returns the zoom in handler.
 java.lang.String getZoomOutHandler()
          Returns the zoom out handler.
 boolean isZoomOutButtonVisible()
          Returns if the zoom out button should be visible.
 void setZoomInHandler(java.lang.String zoomInHandler)
          Sets the zoom in handler.
 void setZoomOutButtonVisible(boolean showZoomOutBtn)
          Sets if the zoom out button should be visible.
 void setZoomOutHandler(java.lang.String zoomOutHandler)
          Sets the zoom out handler.
 
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
 

Method Detail

isZoomOutButtonVisible

public boolean isZoomOutButtonVisible()
Returns if the zoom out button should be visible.

Returns:
True if the zoom out button should be visible, false otherwise.

setZoomOutButtonVisible

public void setZoomOutButtonVisible(boolean showZoomOutBtn)
Sets if the zoom out button should be visible.

Parameters:
showZoomOutBtn - True if the zoom out button should be visible, false otherwise.

getZoomInHandler

public java.lang.String getZoomInHandler()
Returns the zoom in handler.

Returns:
The name of the zoom in handler.

setZoomInHandler

public void setZoomInHandler(java.lang.String zoomInHandler)
Sets the zoom in handler.

Parameters:
zoomInHandler - The name of the zoom in handler.

getZoomOutHandler

public java.lang.String getZoomOutHandler()
Returns the zoom out handler.

Returns:
The name of the zoom out handler.

setZoomOutHandler

public void setZoomOutHandler(java.lang.String zoomOutHandler)
Sets the zoom out handler.

Parameters:
zoomOutHandler - The name of the zoom out handler.

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