|
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.NFRange
netcharts.pro.charts.bubble.NFBubbleScale
public class NFBubbleScale
Defines Z axis scaling in a NFBubblechart.
Field Summary | |
---|---|
static int |
AREA
Area scale type. |
static int |
DIAMETER
Diameter scale type. |
static java.util.Hashtable |
scaleTypeMap
Contains the set of available scale types to verify against. |
Constructor Summary | |
---|---|
NFBubbleScale()
Constructs a default bubble range |
Method Summary | |
---|---|
java.lang.String |
getCDL()
Generate CDL parameters representing this region |
java.awt.Color |
getPointColor()
Get the point color |
int |
getScaleType()
Get the scale type |
void |
setCDL(java.lang.String cdl)
Configures this object from a CDL parameter representation. |
void |
setPointColor(java.awt.Color pointColor)
Set the point color |
void |
setScaleType(int scaleType)
Set the scale type. |
java.lang.String |
toString()
Returns a new String object representing this scale. |
Methods inherited from class netcharts.pro.common.NFRange |
---|
getCDL, getMax, getMaxAsDate, getMaxObject, getMin, getMinAsDate, getMinObject, setCDL, setMax, setMax, setMax, setMin, setMin, setMin |
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 |
Field Detail |
---|
public static final int AREA
public static final int DIAMETER
public static java.util.Hashtable scaleTypeMap
AREA, DIAMETER
Constructor Detail |
---|
public NFBubbleScale()
Method Detail |
---|
public void setScaleType(int scaleType)
AREA, DIAMETER
If the value passed is not a valid bubble scale type an IllegalArgumentException will be thrown.
borderType
- One of
AREA, DIAMETER
public int getScaleType()
AREA, DIAMETER
public void setPointColor(java.awt.Color pointColor)
pointColor;
- public java.awt.Color getPointColor()
public void setCDL(java.lang.String cdl)
setCDL
in interface NFCDLGenerator
setCDL
in class NFRange
cdl
- CDL in the form: (minScale, maxScale, scaleType, pointColor)
public java.lang.String toString()
toString
in interface NFCDLGenerator
toString
in class NFRange
public java.lang.String getCDL()
getCDL
in interface NFCDLGenerator
getCDL
in class NFRange
(minScale, maxScale, scaleType, pointColor)
|
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 |