NetCharts Pro

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


Constructor Summary
NFAreaSize()
           
NFAreaSize(double width, double height)
           
NFAreaSize(double xLocation, double yLocation, double width, double height)
           
 
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()
           
 double getWidth()
           
 double getXLocation()
           
 double getYLocation()
           
 void setCDL(java.lang.String cdl)
          Set the CDL for this object
 void setHeight(double height)
           
 void setWidth(double width)
           
 void setXLocation(double xLocation)
           
 void setYLocation(double yLocation)
           
 
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

NFAreaSize

public NFAreaSize()

NFAreaSize

public NFAreaSize(double width,
                  double height)

NFAreaSize

public NFAreaSize(double xLocation,
                  double yLocation,
                  double width,
                  double height)
Method Detail

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 parameters
includeParens - 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()

NetCharts Pro


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