org.autopipes.dwg.impl
Class CtPointImpl

java.lang.Object
  extended by org.autopipes.dwg.impl.CtPointImpl
All Implemented Interfaces:
CtPoint

public class CtPointImpl
extends java.lang.Object
implements CtPoint


Constructor Summary
CtPointImpl()
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setX(double pX)
           
 void setY(double pY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CtPointImpl

public CtPointImpl()
Method Detail

getX

public double getX()
Specified by:
getX in interface CtPoint

setX

public void setX(double pX)
Specified by:
setX in interface CtPoint

getY

public double getY()
Specified by:
getY in interface CtPoint

setY

public void setY(double pY)
Specified by:
setY in interface CtPoint