|
NetCharts Pro | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--netcharts.pro.common.NFBaseClass
|
+--netcharts.pro.charts.radar.NFRadialAxis
Class for Radar chart axes.
| Constructor Summary | |
NFRadialAxis()
Empty constructor. |
|
NFRadialAxis(java.lang.String axisName)
Constructor allowing generation of name. |
|
| Method Summary | |
java.lang.Object |
clone()
Does a deep copy of this axis object |
java.lang.String |
getAxisName()
|
java.awt.Color |
getColor()
Gets the axis color |
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. |
NFActiveLabel |
getTitleActiveLabel()
Gets the NFActiveLabel for popup/drilldown on the axis title |
NFLabel |
getTitleLabel()
Gets the label element for the axis title. |
void |
setAxisName(java.lang.String axisName)
|
void |
setColor(java.awt.Color color)
Sets the axis color |
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 |
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 NFRadialAxis()
public NFRadialAxis(java.lang.String axisName)
title - | Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class NFBaseClasspublic void setAxisName(java.lang.String axisName)
public java.lang.String getAxisName()
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()
scale - public void setColor(java.awt.Color color)
color - public java.awt.Color getColor()
public void setTitleActiveLabel(NFActiveLabel titleActiveLabel)
titleActiveLabel - public NFActiveLabel getTitleActiveLabel()
|
NetCharts Pro | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2004 |
Last Modified: Apr 1, 2004 |