Uses of Class
pivot.wtk.Point

Packages that use Point
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.effects Contains classes supporting visual effects such as blurs, reflections, and drop shadows. 
pivot.wtk.media.drawing Contains a set of primitives for constructing vector-based drawings. 
pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of Point in pivot.wtk
 

Methods in pivot.wtk that return Point
 Point Bounds.getLocation()
           
 Point Component.getLocation()
          Returns the component's location.
 Point ApplicationContext.DisplayHost.getMouseLocation()
           
 Point Display.getMouseLocation()
           
 Point DragSource.getOffset()
          Returns the offset of the mouse pointer within the drag visual.
 Point Component.mapPointFromAncestor(Container ancestor, int x, int y)
          Maps a point in the specified ancestor's coordinate space to this component's coordinate system.
 Point Component.mapPointToAncestor(Container ancestor, int x, int y)
          Maps a point in this component's coordinate system to the specified ancestor's coordinate space.
 Point Point.translate(int dx, int dy)
           
 

Methods in pivot.wtk with parameters of type Point
 boolean Bounds.contains(Point point)
           
 void MenuPopup.open(Component affiliate, Point location)
           
 void MenuPopup.open(Display display, Point location)
           
 void MenuPopup.open(Window owner, Point location)
           
 void Component.setLocation(Point location)
          Sets the component's location.
 

Constructors in pivot.wtk with parameters of type Point
Bounds(Point origin, Dimensions size)
           
Point(Point point)
           
 

Uses of Point in pivot.wtk.effects
 

Methods in pivot.wtk.effects that return Point
 Point TranslationDecorator.getOffset()
           
 

Methods in pivot.wtk.effects with parameters of type Point
 void TranslationDecorator.setOffset(Point offset)
           
 

Uses of Point in pivot.wtk.media.drawing
 

Methods in pivot.wtk.media.drawing that return Point
 Point Line.getEndpoint1()
           
 Point Line.getEndpoint2()
           
 Point Shape.getOrigin()
           
 

Methods in pivot.wtk.media.drawing with parameters of type Point
 void Shape.setOrigin(Point origin)
           
 

Uses of Point in pivot.wtk.skin
 

Methods in pivot.wtk.skin that return Point
 Point TextAreaSkin.NodeView.getLocation()