|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
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. |
org.apache.pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of Point in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk that return Point | |
---|---|
static Point |
Point.decode(String value)
|
Point |
Bounds.getLocation()
|
Point |
Component.getLocation()
Returns the component's location. |
Point |
Component.getMouseLocation()
Returns the current mouse location in the component's coordinate space. |
Point |
DragSource.getOffset()
Returns the offset of the mouse pointer within the drag visual. |
Point |
Component.mapPointFromAncestor(Container ancestor,
int xArgument,
int yArgument)
Maps a point in the specified ancestor's coordinate space to this component's coordinate system. |
Point |
Component.mapPointFromAncestor(Container ancestor,
Point location)
|
Point |
Component.mapPointToAncestor(Container ancestor,
int xArgument,
int yArgument)
Maps a point in this component's coordinate system to the specified ancestor's coordinate space. |
Point |
Component.mapPointToAncestor(Container ancestor,
Point location)
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 org.apache.pivot.wtk with parameters of type Point | |
---|---|
boolean |
Bounds.contains(Point point)
|
Point |
Component.mapPointFromAncestor(Container ancestor,
Point location)
|
Point |
Component.mapPointToAncestor(Container ancestor,
Point location)
Maps a point in this component's coordinate system to the specified ancestor's coordinate space. |
void |
MenuPopup.open(Display display,
Point location)
|
void |
MenuPopup.open(Window owner,
Point location)
|
void |
Component.setLocation(Point location)
Sets the component's location. |
Bounds |
Bounds.translate(Point offset)
|
Constructors in org.apache.pivot.wtk with parameters of type Point | |
---|---|
Bounds(Point origin,
Dimensions size)
|
|
Point(Point point)
|
Uses of Point in org.apache.pivot.wtk.effects |
---|
Methods in org.apache.pivot.wtk.effects that return Point | |
---|---|
Point |
TranslationDecorator.getOffset()
|
Point |
ClipDecorator.getOrigin()
|
Methods in org.apache.pivot.wtk.effects with parameters of type Point | |
---|---|
void |
TranslationDecorator.setOffset(Point offset)
|
Uses of Point in org.apache.pivot.wtk.skin |
---|
Methods in org.apache.pivot.wtk.skin that return Point | |
---|---|
Point |
TextPaneSkinNodeView.getLocation()
|
Uses of Point in org.apache.pivot.wtk.skin.terra |
---|
Fields in org.apache.pivot.wtk.skin.terra declared as Point | |
---|---|
(package private) Point |
TerraSliderSkin.dragOffset
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |