netcharts.pro.common
Class NFAreaSize
java.lang.Object
|
+--netcharts.pro.common.NFBaseClass
|
+--netcharts.pro.common.NFAreaSize
- All Implemented Interfaces:
- java.lang.Cloneable, NFCDLGenerator
- public class NFAreaSize
- extends NFBaseClass
- implements NFCDLGenerator
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NFAreaSize
public NFAreaSize()
NFAreaSize
public NFAreaSize(double width,
double height)
NFAreaSize
public NFAreaSize(double xLocation,
double yLocation,
double width,
double height)
getCDL
public java.lang.String getCDL()
- Description copied from interface:
NFCDLGenerator
- Return the CDL for this object
- Specified by:
getCDL in interface NFCDLGenerator
- Following copied from interface:
netcharts.pro.common.NFCDLGenerator
- Returns:
- cdl
getCDL
public void getCDL(java.lang.StringBuffer sb)
- Append CDL parameters representing this size to the given StringBuffer.
- Parameters:
sb - Target buffer to append the CDL parametersincludeParens - If true, this will cause the parameters to be delimited
with parenthesis.
setCDL
public void setCDL(java.lang.String cdl)
- Description copied from interface:
NFCDLGenerator
- Set the CDL for this object
- Specified by:
setCDL in interface NFCDLGenerator
- Following copied from interface:
netcharts.pro.common.NFCDLGenerator
- Parameters:
cdl -
setXLocation
public void setXLocation(double xLocation)
getXLocation
public double getXLocation()
setYLocation
public void setYLocation(double yLocation)
getYLocation
public double getYLocation()
setWidth
public void setWidth(double width)
getWidth
public double getWidth()
setHeight
public void setHeight(double height)
getHeight
public double getHeight()
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2004 All Rights Reserved. NetCharts Pro TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders. |
Last Modified: Apr 1, 2004 |