GP.Attributes.Sizes
Class Shape

java.lang.Object
  |
  +--GP.Attributes.Size
        |
        +--GP.Attributes.Sizes.Shape

public class Shape
extends Size


Constructor Summary
Shape(Scalable shape)
           
 
Method Summary
 double GetHeight()
           
 double GetWidth()
           
 
Methods inherited from class GP.Attributes.Size
Copy, Difference, equals, GetHeightValue, GetWidthValue, Sum, toHTMLString, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Shape

public Shape(Scalable shape)
Method Detail

GetWidth

public double GetWidth()
Overrides:
GetWidth in class Size

GetHeight

public double GetHeight()
Overrides:
GetHeight in class Size