GP.Attributes.Positions
Class Centered

java.lang.Object
  |
  +--GP.Attributes.Position
        |
        +--GP.Attributes.Positions.Centered

public class Centered
extends Position


Constructor Summary
Centered()
           
Centered(Graphic host)
           
 
Method Summary
 double GetX()
           
 double GetY()
           
 
Methods inherited from class GP.Attributes.Position
Copy, Difference, equals, Negative, Sum, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Centered

public Centered()

Centered

public Centered(Graphic host)
Method Detail

GetX

public double GetX()
Overrides:
GetX in class Position

GetY

public double GetY()
Overrides:
GetY in class Position