|
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.NFHighlight
netcharts.pro.charts.pie.NFPieHighlight
public class NFPieHighlight
A class representing a highlight applied to the pie.
Field Summary | |
---|---|
static double |
DEFAULT_ANGLE
|
static double |
DEFAULT_EXTENT
|
static double |
DEFAULT_GAP
|
static int |
DEFAULT_TYPE
|
static int |
GRADIENTANGLED
|
Fields inherited from class netcharts.pro.common.NFHighlight |
---|
GRADIENTBDIAG, GRADIENTCENTERHORIZONTAL, GRADIENTCENTERVERTICAL, GRADIENTFDIAG, GRADIENTHORIZONTAL, GRADIENTRADIAL, GRADIENTVERTICAL, NONE |
Constructor Summary | |
---|---|
NFPieHighlight()
|
Method Summary | |
---|---|
double |
getAngle()
Get the angle to center the highlight on as it extends across the pie. |
java.lang.String |
getCDL()
Generate CDL parameters representing this pie highlight |
double |
getExtent()
Get the extent of the highlight. |
double |
getGap()
Get the gap between the edge of the pie and the highlight. |
void |
setAngle(double angle)
Set the angle to center the highlight on as it extends across the pie. |
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 |
setExtent(double extent)
Set the extent of the highlight. |
void |
setGap(double gap)
Set the gap between the edge of the pie and the highlight. |
Methods inherited from class netcharts.pro.common.NFHighlight |
---|
getType, setType |
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 int GRADIENTANGLED
public static final int DEFAULT_TYPE
public static final double DEFAULT_ANGLE
public static final double DEFAULT_GAP
public static final double DEFAULT_EXTENT
Constructor Detail |
---|
public NFPieHighlight()
Method Detail |
---|
public double getAngle()
public void setAngle(double angle)
angle
- The angle in degrees.public double getGap()
public void setGap(double gap)
gap
- The gap as a percentage or number of pixels.public double getExtent()
public void setExtent(double extent)
extent
- The extent as a percentage or number of pixels or -1.public java.lang.String getCDL()
getCDL
in interface NFCDLGenerator
(type, start, stop, angle, gap, extent)
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: (type, start, stop, angle, gap, extent)
|
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 |