netcharts.pro.charts.radar
Class NFRadialGrid
java.lang.Object
|
+--netcharts.pro.common.NFBaseClass
|
+--netcharts.pro.common.NFLine
|
+--netcharts.pro.charts.radar.NFRadialGrid
- All Implemented Interfaces:
- java.lang.Cloneable, NFCDLGenerator
- public class NFRadialGrid
- extends NFLine
- implements NFCDLGenerator
The NFRadialGrid object describes a single circular grid line, or filled
grid line, in a radar chart.
|
Constructor Summary |
NFRadialGrid()
Constructs a default region |
|
Method Summary |
java.lang.String |
getCDL()
Gets the CDL for this radial grid |
java.awt.Color |
getFillColor()
Gets the fill color |
double |
getLocation()
Gets the location of this grid |
void |
setCDL(java.lang.String cdl)
Sets this object from the given CDL |
void |
setFillColor(java.awt.Color fillColor)
Sets the fill color |
void |
setLocation(double location)
Sets the location of this grid |
java.lang.String |
toString()
Returns a new String object representing this line. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NFRadialGrid
public NFRadialGrid()
- Constructs a default region
setLocation
public void setLocation(double location)
- Sets the location of this grid
- Parameters:
location. - The location
is represented as a percentage between 0, the
center of the radar chart, and 100, the outer
edge of the radar chart.
getLocation
public double getLocation()
- Gets the location of this grid
- Returns:
- location. The location
is represented as a percentage between 0, the
center of the radar chart, and 100, the outer
edge of the radar chart. If no location has
been set, -1 will be returned.
setFillColor
public void setFillColor(java.awt.Color fillColor)
- Sets the fill color
- Parameters:
fillColor -
getFillColor
public java.awt.Color getFillColor()
- Gets the fill color
- Returns:
- fillColor
getCDL
public java.lang.String getCDL()
- Gets the CDL for this radial grid
- Specified by:
getCDL in interface NFCDLGenerator- Overrides:
getCDL in class NFLine
- Returns:
- cdl CDL representing the radial grid
setCDL
public void setCDL(java.lang.String cdl)
- Sets this object from the given CDL
- Specified by:
setCDL in interface NFCDLGenerator- Overrides:
setCDL in class NFLine
- Parameters:
cdl - CDL representing the pattern fill
toString
public java.lang.String toString()
- Returns a new String object representing this line.
- Specified by:
toString in interface NFCDLGenerator- Overrides:
toString in class NFLine
- Returns:
- A new String object in the same form as that given by getCDL().
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2005 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: Feb 1, 2005 |