|
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.NFDropShadow
public class NFDropShadow
A class representing a drop shadow.
Field Summary | |
---|---|
static double |
DEFAULT_OFFSET_X
|
static double |
DEFAULT_OFFSET_Y
|
static double |
DEFAULT_SIZE
|
Constructor Summary | |
---|---|
NFDropShadow()
|
Method Summary | |
---|---|
java.lang.String |
getCDL()
Generate CDL parameters representing this drop shadow |
java.awt.Color |
getColor()
Get the color of the drop shadow. |
double |
getOffsetX()
Get the offset of the x coordinate of the drop shadow. |
double |
getOffsetY()
Get the offset of the y coordinate of the drop shadow. |
double |
getSize()
Get the size of the drop shadow blur. |
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 |
setColor(java.awt.Color color)
Set the color of the drop shadow. |
void |
setOffsetX(double offsetX)
Set the offset of the x coordinate of the drop shadow. |
void |
setOffsetY(double offsetY)
Set the offset of the y coordinate of the drop shadow. |
void |
setSize(double size)
Set the size of the drop shadow blur. |
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_OFFSET_X
public static final double DEFAULT_OFFSET_Y
public static final double DEFAULT_SIZE
Constructor Detail |
---|
public NFDropShadow()
Method Detail |
---|
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
color
- The color of the drop shadowpublic double getOffsetX()
public void setOffsetX(double offsetX)
offsetX
- The x offset as a percentage or number of pixels.public double getOffsetY()
public void setOffsetY(double offsetY)
offsetY
- The y offset as a percentage or number of pixels.public double getSize()
public void setSize(double size)
size
- The blur size as a percentage or number of pixels.public java.lang.String getCDL()
getCDL
in interface NFCDLGenerator
(color, offsetX, offsetY, 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: (color, offsetX, offsetY, 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 |