com.ebmwebsourcing.geasytools.geasysvg.ext.impl
Class Point

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.geasysvg.ext.impl.Point
All Implemented Interfaces:
IPoint

public class Point
extends java.lang.Object
implements IPoint


Constructor Summary
Point(float x, float y)
           
 
Method Summary
 IPoint getNextPoint()
           
 IPoint getPreviousPoint()
           
 float getX()
           
 float getY()
           
 void setNextPoint(IPoint point)
           
 void setPreviousPoint(IPoint point)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(float x,
             float y)
Method Detail

getNextPoint

public IPoint getNextPoint()
Specified by:
getNextPoint in interface IPoint

getPreviousPoint

public IPoint getPreviousPoint()
Specified by:
getPreviousPoint in interface IPoint

getX

public float getX()
Specified by:
getX in interface IPoint

getY

public float getY()
Specified by:
getY in interface IPoint

setNextPoint

public void setNextPoint(IPoint point)
Specified by:
setNextPoint in interface IPoint

setPreviousPoint

public void setPreviousPoint(IPoint point)
Specified by:
setPreviousPoint in interface IPoint


Copyright © 2010-2011 Petals Link. All Rights Reserved.