NetCharts Pro

netcharts.pro.charts.radar
Class NFRadialGrid

java.lang.Object
  extended by netcharts.pro.common.NFBaseClass
      extended by netcharts.pro.common.NFLine
          extended by 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.


Field Summary
 
Fields inherited from class netcharts.pro.common.NFLine
DASHED, DOTDASH, DOTTED, lineTypeMap, NONE, SOLID
 
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 netcharts.pro.common.NFLine
getCDL, getColor, getStyle, getThickness, setCDL, setCDL, setColor, setStyle, setThickness
 
Methods inherited from class netcharts.pro.common.NFBaseClass
clone, getModified, getUserObject, setModified, setUserObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NFRadialGrid

public NFRadialGrid()
Constructs a default region

Method Detail

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().

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