NetCharts Pro

netcharts.pro.charts.polar
Class NFRadialAxis

java.lang.Object
  extended by netcharts.pro.common.NFBaseClass
      extended by netcharts.pro.common.circular.NFBaseRadialAxis
          extended by netcharts.pro.charts.polar.NFRadialAxis
All Implemented Interfaces:
java.lang.Cloneable

public class NFRadialAxis
extends NFBaseRadialAxis

Class for Polar chart axes.


Constructor Summary
NFRadialAxis()
          Creates a new NFRadialAxis
NFRadialAxis(java.lang.Number angle)
          Constructor allowing specifying angle
 
Method Summary
 java.lang.Number getAngle()
          Returns the current angle of the radial axis.
 boolean getAngleModified()
          Returns whether the angle property has been modified.
 void setAngle(double angle)
          Sets the angle of the radial axis.
 void setAngle(java.lang.Number angle)
          Sets the angle of the radial axis.
 void setAngleModified(boolean modified)
          Sets whether the angle property has been modified.
 
Methods inherited from class netcharts.pro.common.circular.NFBaseRadialAxis
clone, getColor, getColorModified, getScale, getTicFormat, getTicLabel, getTicLabels, getTitleActiveLabel, getTitleLabel, setColor, setColorModified, setScale, setScale, setTicFormat, setTicLabel, setTicLabels, setTitleActiveLabel, setTitleLabel
 
Methods inherited from class netcharts.pro.common.NFBaseClass
getModified, getUserObject, setModified, setUserObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFRadialAxis

public NFRadialAxis()
Creates a new NFRadialAxis


NFRadialAxis

public NFRadialAxis(java.lang.Number angle)
Constructor allowing specifying angle

Parameters:
angle -
Method Detail

getAngleModified

public boolean getAngleModified()
Returns whether the angle property has been modified.

Returns:
true if the angle has been modified, false otherwise.

setAngleModified

public void setAngleModified(boolean modified)
Sets whether the angle property has been modified.

Parameters:
modified - Whether the angle property has been modified.

setAngle

public void setAngle(double angle)
Sets the angle of the radial axis.

Parameters:
angle - The angle of the radial axis.

setAngle

public void setAngle(java.lang.Number angle)
Sets the angle of the radial axis.

Parameters:
angle - The angle of the radial axis.

getAngle

public java.lang.Number getAngle()
Returns the current angle of the radial axis.

Returns:
The current angle of the radial axis.

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