com.ebmwebsourcing.geasytools.geasysvg.ext.api
Interface IPoint

All Known Implementing Classes:
Point

public interface IPoint


Method Summary
 IPoint getNextPoint()
           
 IPoint getPreviousPoint()
           
 float getX()
           
 float getY()
           
 void setNextPoint(IPoint point)
           
 void setPreviousPoint(IPoint point)
           
 

Method Detail

getX

float getX()

getY

float getY()

getPreviousPoint

IPoint getPreviousPoint()

getNextPoint

IPoint getNextPoint()

setNextPoint

void setNextPoint(IPoint point)

setPreviousPoint

void setPreviousPoint(IPoint point)


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