Uses of Class
com.ebmwebsourcing.geasytools.geasyui.impl.core.Point

Packages that use Point
com.ebmwebsourcing.geasytools.geasyui.api.selectable   
com.ebmwebsourcing.geasytools.geasyui.impl.connectable   
com.ebmwebsourcing.geasytools.geasyui.impl.core   
 

Uses of Point in com.ebmwebsourcing.geasytools.geasyui.api.selectable
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.selectable that return types with arguments of type Point
 java.util.HashMap<Direction,Point> ISelectable.getIntersectionPoints()
          Must return a list of absolute values of intersection points
 

Uses of Point in com.ebmwebsourcing.geasytools.geasyui.impl.connectable
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable that return Point
protected  Point Connector.getNWPoint()
           
protected  Point Connector.getSEPoint()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable with parameters of type Point
 ConnectorDefaultHandlers.ClosestPoints ConnectorDefaultHandlers.getClosestPoints(Point point)
           
 

Uses of Point in com.ebmwebsourcing.geasytools.geasyui.impl.core
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core that return Point
 Point Util.getClosestIntersectionPointForRectangle(Point p1, Point p2, int rx, int ry, int rwidth, int rheight)
           
 Point Util.getClosestPoint(Point p1, java.util.ArrayList<Point> points, Region r)
           
 Point Util.getIntesectionPointFromLinearFn(Util.LinearFunction fn1, Util.LinearFunction fn2)
           
 Point Util.getNWPointFromElements(java.util.ArrayList<? extends IUIElement> elements)
           
 Point Util.getSEPointFromElements(java.util.ArrayList<? extends IUIElement> elements)
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core with parameters of type Point
 Point Util.getClosestIntersectionPointForRectangle(Point p1, Point p2, int rx, int ry, int rwidth, int rheight)
           
 Point Util.getClosestPoint(Point p1, java.util.ArrayList<Point> points, Region r)
           
 Direction Util.getDirection(Point p1, Point p2)
          Get p2 position relatively to p1
 Util.LinearFunction Util.getLinearFunctionFrom2Points(Point point1, Point point2)
           
 

Method parameters in com.ebmwebsourcing.geasytools.geasyui.impl.core with type arguments of type Point
 boolean Region.containsOneOf(java.util.Collection<Point> collection)
           
 Point Util.getClosestPoint(Point p1, java.util.ArrayList<Point> points, Region r)
           
 



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