|
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.NFGradient
netcharts.pro.common.NFCircularEdgeHighlight
public class NFCircularEdgeHighlight
A class representing a gradient that extends inward from the edge of a circle.
Field Summary | |
---|---|
static double |
DEFAULT_GAP
|
static double |
DEFAULT_SIZE
|
Constructor Summary | |
---|---|
NFCircularEdgeHighlight()
|
Method Summary | |
---|---|
java.lang.String |
getCDL()
Generate CDL parameters representing this edge highlight |
double |
getGap()
Get the gap between the edge of the circle and the edge highlight. |
double |
getSize()
Set the size of the highlight. |
void |
setCDL(java.lang.Object cdlObject)
Configures this object from a CDL parameter object. |
void |
setCDL(java.lang.String cdl)
Configures this object from a CDL parameter representation. |
void |
setGap(double gap)
Set the gap between the edge of the circle and the edge highlight. |
void |
setSize(double size)
Get the size of the highlight. |
Methods inherited from class netcharts.pro.common.NFGradient |
---|
getStart, getStop, setStart, setStop |
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, toString, wait, wait, wait |
Methods inherited from interface netcharts.pro.common.NFCDLGenerator |
---|
toString |
Field Detail |
---|
public static final double DEFAULT_GAP
public static final double DEFAULT_SIZE
Constructor Detail |
---|
public NFCircularEdgeHighlight()
Method Detail |
---|
public double getGap()
public void setGap(double gap)
gap
- The gap as a percentage or number of pixels.public double getSize()
size
- The size as a percentage or number of pixels.public void setSize(double size)
public java.lang.String getCDL()
getCDL
in interface NFCDLGenerator
(start, stop, gap, size)
public void setCDL(java.lang.Object cdlObject)
cdlObject
- CDL in a String form or in a user object.public void setCDL(java.lang.String cdl)
setCDL
in interface NFCDLGenerator
cdl
- CDL in the form: (start, stop, gap, size)
|
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 |