GP.Attributes.Sizes
Class CenterToCorner

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

public class CenterToCorner
extends Size


Constructor Summary
CenterToCorner(Position center, Position corner)
           
 
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

CenterToCorner

public CenterToCorner(Position center,
                      Position corner)
Method Detail

GetWidth

public double GetWidth()
Overrides:
GetWidth in class Size

GetHeight

public double GetHeight()
Overrides:
GetHeight in class Size