|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.NFBaseClass
netcharts.pro.common.circular.NFBaseRadialAxis
public class NFBaseRadialAxis
Represents a radial axis used in circular based charts.
Constructor Summary | |
---|---|
NFBaseRadialAxis()
Empty constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Does a deep copy of this axis object |
java.awt.Color |
getColor()
Gets the axis color |
boolean |
getColorModified()
Returns whether the axis color has been modified. |
NFAxisRange |
getScale()
Gets the scale of this axis |
NFFormat |
getTicFormat()
Gets the axis tic label numerical formatting. |
NFLabel |
getTicLabel()
Gets the axis tic label style. |
NFVector |
getTicLabels()
Gets the tic labels for the axis. |
NFActiveLabel |
getTitleActiveLabel()
Gets the NFActiveLabel for popup/drilldown on the axis title |
NFLabel |
getTitleLabel()
Gets the label element for the axis title. |
void |
setColor(java.awt.Color color)
Sets the axis color |
void |
setColorModified(boolean modified)
Set whether the axis color has been modified. |
void |
setScale(double min,
double max,
double step)
Sets the scale of this axis |
void |
setScale(NFAxisRange scale)
Sets the scale of this axis |
void |
setTicFormat(NFFormat format)
Sets the axis tic label numerical formatting. |
void |
setTicLabel(NFLabel ticLabel)
Sets the axis tic label style. |
void |
setTicLabels(NFVector ticLabels)
Sets the tic labels for the axis. |
void |
setTitleActiveLabel(NFActiveLabel titleActiveLabel)
Sets the NFActiveLabel for popup/drilldown on the axis title |
void |
setTitleLabel(NFLabel titleLabel)
Sets the label element for the axis title. |
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 |
---|
public NFBaseRadialAxis()
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class NFBaseClass
java.lang.CloneNotSupportedException
public void setTicLabels(NFVector ticLabels)
ticLabels
- public NFVector getTicLabels()
public void setTitleLabel(NFLabel titleLabel)
titleLabel
- public NFLabel getTitleLabel()
public void setTicLabel(NFLabel ticLabel)
ticLabel
- public NFLabel getTicLabel()
public void setTicFormat(NFFormat format)
format
- public NFFormat getTicFormat()
public void setScale(double min, double max, double step)
min
- max
- step
- public void setScale(NFAxisRange scale)
scale
- public NFAxisRange getScale()
public void setColor(java.awt.Color color)
color
- public boolean getColorModified()
true
if the axis color has been modified, false
otherwise.public void setColorModified(boolean modified)
modified
- true
if the axis color has been modified, false
otherwise.public java.awt.Color getColor()
public void setTitleActiveLabel(NFActiveLabel titleActiveLabel)
titleActiveLabel
- public NFActiveLabel getTitleActiveLabel()
|
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 |