com.ds.fw.graph
Class FwSizeF

java.lang.Object
  |
  +--java.awt.geom.Dimension2D
        |
        +--com.ds.fw.graph.FwSizeF
All Implemented Interfaces:
java.lang.Cloneable

public class FwSizeF
extends java.awt.geom.Dimension2D


Field Summary
 double height
           
 double width
           
 
Constructor Summary
FwSizeF()
           
FwSizeF(double w, double h)
           
 
Method Summary
 double getHeight()
           
 double getWidth()
           
 void setHeight(double value)
           
 void setSize(double w, double h)
           
 void setWidth(double value)
           
 
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public double width

height

public double height
Constructor Detail

FwSizeF

public FwSizeF()

FwSizeF

public FwSizeF(double w,
               double h)
Method Detail

setSize

public void setSize(double w,
                    double h)
Specified by:
setSize in class java.awt.geom.Dimension2D

getWidth

public double getWidth()
Specified by:
getWidth in class java.awt.geom.Dimension2D

setWidth

public void setWidth(double value)

getHeight

public double getHeight()
Specified by:
getHeight in class java.awt.geom.Dimension2D

setHeight

public void setHeight(double value)