|
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.NFAreaSize
public class NFAreaSize
Defined a bounded area by location and size.
Constructor Summary | |
---|---|
NFAreaSize()
Creates an empty NFAreaSize. |
|
NFAreaSize(double width,
double height)
Creates an NFAreaSize with the specified size. |
|
NFAreaSize(double xLocation,
double yLocation,
double width,
double height)
Creates an NFAreaSize with the specified size and location. |
Method Summary | |
---|---|
java.lang.String |
getCDL()
Return the CDL for this object |
void |
getCDL(java.lang.StringBuffer sb)
Append CDL parameters representing this size to the given StringBuffer. |
double |
getHeight()
Returns the height of the bounded area. |
double |
getWidth()
Returns the width of the bounded area. |
double |
getXLocation()
Returns the x coordinate of the bounded area. |
double |
getYLocation()
Returns the y coordinate of the bounded area. |
void |
setCDL(java.lang.String cdl)
Set the CDL for this object |
void |
setHeight(double height)
Returns the height of the bounded area. |
void |
setWidth(double width)
Sets the width of the bounded area. |
void |
setXLocation(double xLocation)
Sets the x coordinate of the bounded area. |
void |
setYLocation(double yLocation)
Sets the y coordinate of the bounded area. |
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 |
Constructor Detail |
---|
public NFAreaSize()
public NFAreaSize(double width, double height)
width
- The width of the bounded areaheight
- The height of the bounded areapublic NFAreaSize(double xLocation, double yLocation, double width, double height)
xLocation
- The x coordinate of the bounded areayLocation
- The y coordinate of the bounded areawidth
- The width of the bounded areaheight
- The height of the bounded areaMethod Detail |
---|
public java.lang.String getCDL()
NFCDLGenerator
getCDL
in interface NFCDLGenerator
public void getCDL(java.lang.StringBuffer sb)
sb
- Target buffer to append the CDL parametersincludeParens
- If true, this will cause the parameters to be delimited
with parenthesis.public void setCDL(java.lang.String cdl)
NFCDLGenerator
setCDL
in interface NFCDLGenerator
public void setXLocation(double xLocation)
xLocation
- The x coordinate of the bounded areapublic double getXLocation()
public void setYLocation(double yLocation)
yLocation
- The y coordinate of the bounded areapublic double getYLocation()
public void setWidth(double width)
width
- The width of the bounded areapublic double getWidth()
public void setHeight(double height)
public double getHeight()
|
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 |