Uses of Class
org.apache.pivot.wtk.Point
-
Packages that use Point Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.effects Contains classes supporting visual effects such as blurs, reflections, and drop shadows. -
-
Uses of Point in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Point Modifier and Type Method Description static PointPoint. decode(java.lang.String value)Decode a string value (which could be a JSON-formatted string (map or list)) that contains the two values for a new point.PointBounds. getLocation()PointComponent. getLocation()PointComponent. getMouseLocation()Returns the current mouse location in the component's coordinate space.PointDragSource. getOffset()Returns the offset of the mouse pointer within the drag visual.PointComponent. mapPointFromAncestor(Container ancestor, int xValue, int yValue)Maps a point in the specified ancestor's coordinate space to this component's coordinate system.PointComponent. mapPointFromAncestor(Container ancestor, Point location)PointComponent. mapPointToAncestor(Container ancestor, int xValue, int yValue)Maps a point in this component's coordinate system to the specified ancestor's coordinate space.PointComponent. mapPointToAncestor(Container ancestor, Point location)Maps a point in this component's coordinate system to the specified ancestor's coordinate space.PointPoint. translate(int dx, int dy)Return a newPointobject which represents this point moved to a new location,dxanddyaway from the original.Methods in org.apache.pivot.wtk with parameters of type Point Modifier and Type Method Description booleanBounds. contains(Point point)PointComponent. mapPointFromAncestor(Container ancestor, Point location)PointComponent. mapPointToAncestor(Container ancestor, Point location)Maps a point in this component's coordinate system to the specified ancestor's coordinate space.voidMenuPopup. open(Display display, Point location)voidMenuPopup. open(Window owner, Point location)voidComponent. setLocation(Point location)Sets the component's location.BoundsBounds. translate(Point offset)Constructors in org.apache.pivot.wtk with parameters of type Point Constructor Description Bounds(Point origin, Dimensions size)Construct a bounds object given the origin position and size.Point(Point point)A "copy" constructor to duplicate a point value. -
Uses of Point in org.apache.pivot.wtk.effects
Methods in org.apache.pivot.wtk.effects that return Point Modifier and Type Method Description PointTranslationDecorator. getOffset()PointClipDecorator. getOrigin()Methods in org.apache.pivot.wtk.effects with parameters of type Point Modifier and Type Method Description voidTranslationDecorator. setOffset(Point offset)
-