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

Packages that use IPoint
com.ebmwebsourcing.geasytools.geasysvg.ext.api   
com.ebmwebsourcing.geasytools.geasysvg.ext.impl   
 

Uses of IPoint in com.ebmwebsourcing.geasytools.geasysvg.ext.api
 

Methods in com.ebmwebsourcing.geasytools.geasysvg.ext.api that return IPoint
 IPoint ILinearPath.getEndPoint()
           
 IPoint IPoint.getNextPoint()
           
 IPoint IPoint.getPreviousPoint()
           
 IPoint ILinearPath.getStartPoint()
           
 

Methods in com.ebmwebsourcing.geasytools.geasysvg.ext.api that return types with arguments of type IPoint
 java.util.LinkedHashSet<IPoint> ILinearPath.getPoints()
           
 

Methods in com.ebmwebsourcing.geasytools.geasysvg.ext.api with parameters of type IPoint
 void ILinearPath.addPoint(IPoint point)
           
 void IPoint.setNextPoint(IPoint point)
           
 void IPoint.setPreviousPoint(IPoint point)
           
 

Uses of IPoint in com.ebmwebsourcing.geasytools.geasysvg.ext.impl
 

Classes in com.ebmwebsourcing.geasytools.geasysvg.ext.impl that implement IPoint
 class Point
           
 

Methods in com.ebmwebsourcing.geasytools.geasysvg.ext.impl that return IPoint
 IPoint LinearPath.getEndPoint()
           
 IPoint Point.getNextPoint()
           
 IPoint Point.getPreviousPoint()
           
 IPoint LinearPath.getStartPoint()
           
 

Methods in com.ebmwebsourcing.geasytools.geasysvg.ext.impl that return types with arguments of type IPoint
 java.util.LinkedHashSet<IPoint> LinearPath.getPoints()
           
 

Methods in com.ebmwebsourcing.geasytools.geasysvg.ext.impl with parameters of type IPoint
 void LinearPath.addPoint(IPoint point)
           
 void Point.setNextPoint(IPoint point)
           
 void Point.setPreviousPoint(IPoint point)
           
 

Constructor parameters in com.ebmwebsourcing.geasytools.geasysvg.ext.impl with type arguments of type IPoint
LinearPath(com.google.gwt.user.client.Element element, java.util.LinkedHashSet<IPoint> points, float x, float y)
           
 



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