Modifier and Type | Method and Description |
---|---|
boolean |
areVisible()
Determine whether or not any of the SelectNib instances are currently
set to visible.
|
SelectNib[] |
getSelectNibs(int count)
Get an array of SelectNib which may then be customized with respect to
color, visibility, etc.
|
UICanvas |
getUICanvas()
Get the associated UICanavas.
|
void |
hideAll()
Hide all existing SelectNib instances.
|
SelectNib |
hitTest(java.awt.Point point)
Determine whether or not a given Point falls within the boundaries of a
valid SelectNib.
|
void |
moveNib(SelectNib nib,
int x,
int y)
Move the given SelectNib to the given coordinates relative to the surface
of the associated UICanvas.
|
SelectNib[] getSelectNibs(int count)
count
- the number of SelectNib instances requestedvoid moveNib(SelectNib nib, int x, int y)
nib
- the SelectNib to movex
- the x coordinate relative to the UICanvas design surfacey
- the y coordinate relative to the UICanvas design surfaceboolean areVisible()
void hideAll()
UICanvas getUICanvas()
SelectNib hitTest(java.awt.Point point)
point
- position relative to the UICanvas design surface