Uses of Interface
com.ebmwebsourcing.geasytools.geasyui.api.core.IPoint

Packages that use IPoint
com.ebmwebsourcing.geasytools.geasyui.api.connectable.events   
com.ebmwebsourcing.geasytools.geasyui.api.core   
com.ebmwebsourcing.geasytools.geasyui.api.droppable   
com.ebmwebsourcing.geasytools.geasyui.api.resizable   
com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events   
com.ebmwebsourcing.geasytools.geasyui.impl.core   
com.ebmwebsourcing.geasytools.geasyui.impl.droppable   
 

Uses of IPoint in com.ebmwebsourcing.geasytools.geasyui.api.connectable.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.connectable.events that return IPoint
 IPoint IAddWayPointEvent.getWayPointPosition()
          The position of current waypoint to be added
 

Uses of IPoint in com.ebmwebsourcing.geasytools.geasyui.api.core
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.core that return IPoint
 IPoint IRegion.getNorthWestPoint()
           
 IPoint IRegion.getSouthEastPoint()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.core with parameters of type IPoint
 boolean IRegion.contains(IPoint point)
           
 boolean IPoint.equals(IPoint point)
           
 boolean IPoint.greaterThan(IPoint point)
           
 boolean IPoint.smallerThan(IPoint point)
           
 

Uses of IPoint in com.ebmwebsourcing.geasytools.geasyui.api.droppable
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.droppable that return IPoint
 IPoint IDroppableElement.getNorthWestPoint()
          North West x,y absolute positions of actual element
 IPoint IDroppableElement.getSouthEastPoint()
          South East x,y absolute positions of actual element
 

Uses of IPoint in com.ebmwebsourcing.geasytools.geasyui.api.resizable
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.resizable that return IPoint
 IPoint IResizableElement.getNorthEastPoint()
           
 IPoint IResizableElement.getNorthWestPoint()
           
 IPoint IResizableElement.getSouthEastPoint()
           
 IPoint IResizableElement.getSouthWestPoint()
           
 

Uses of IPoint in com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events that return IPoint
 IPoint AddWayPointEvent.getWayPointPosition()
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events with parameters of type IPoint
AddWayPointEvent(IPoint point, IConnectorPoint previousPoint, IConnectorPoint nextPoint)
           
 

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

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.core that implement IPoint
 class Point
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core that return IPoint
 IPoint Region.getBottomRightPoint()
           
 IPoint UIPanel.getNorthWestPoint()
           
 IPoint Region.getNorthWestPoint()
           
 IPoint UIPanel.getSouthEastPoint()
           
 IPoint Region.getSouthEastPoint()
           
 IPoint Region.getTopLeftPoint()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core with parameters of type IPoint
 boolean Region.contains(IPoint point)
           
 boolean Point.equals(IPoint point)
           
 boolean Point.greaterThan(IPoint point)
           
 boolean Point.smallerThan(IPoint point)
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.core with parameters of type IPoint
Region(IPoint iPoint, IPoint iPoint2)
           
Region(IPoint topLeftPoint, IPoint bottomRightPoint, T subject)
           
 

Uses of IPoint in com.ebmwebsourcing.geasytools.geasyui.impl.droppable
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.droppable that return IPoint
 IPoint Droppable.getNorthWestPoint()
           
 IPoint DroppableDraggable.getNorthWestPoint()
           
 IPoint Droppable.getSouthEastPoint()
           
 IPoint DroppableDraggable.getSouthEastPoint()
           
 



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