|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bounds | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.content | Contains classes representing component data, such as list items or table rows. |
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 Bounds in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk that return Bounds | |
---|---|
static Bounds |
Bounds.decode(String value)
|
Bounds |
Component.getBounds()
Returns the component's bounding area. |
Bounds |
TableView.getCellBounds(int rowIndex,
int columnIndex)
Returns the bounding area of a given cell. |
Bounds |
TableView.Skin.getCellBounds(int rowIndex,
int columnIndex)
|
Bounds |
TextInput.getCharacterBounds(int index)
|
Bounds |
TextInput.Skin.getCharacterBounds(int index)
Returns the bounds of the character at a given index. |
Bounds |
TextPane.getCharacterBounds(int offset)
|
Bounds |
TextPane.Skin.getCharacterBounds(int offset)
Returns the bounds of the character at a given offset within the document. |
Bounds |
TextArea.getCharacterBounds(int index)
|
Bounds |
TextArea.Skin.getCharacterBounds(int index)
Returns the bounds of the character at a given index. |
Bounds |
Window.getClientArea()
Returns the bounds of the window's client area. |
Bounds |
Window.Skin.getClientArea()
|
Bounds |
TablePane.getColumnBounds(int column)
Returns the bounds of a given column. |
Bounds |
TablePane.Skin.getColumnBounds(int column)
|
Bounds |
TableView.getColumnBounds(int columnIndex)
Returns the bounding area of a given column. |
Bounds |
TableView.Skin.getColumnBounds(int columnIndex)
|
Bounds |
GridPane.getColumnBounds(int column)
Returns the bounds of a given column. |
Bounds |
GridPane.Skin.getColumnBounds(int column)
|
Bounds |
Spinner.getContentBounds()
Gets the bounding area of the spinner content (the area in which the item renderer will render the content). |
Bounds |
Spinner.Skin.getContentBounds()
|
Bounds |
Component.getDecoratedBounds()
Returns the component's bounding area including decorators. |
Bounds |
TableViewHeader.getHeaderBounds(int index)
Returns the bounding area of a given header. |
Bounds |
TableViewHeader.Skin.getHeaderBounds(int index)
|
Bounds |
ListView.getItemBounds(int index)
Returns the bounding area of a given item. |
Bounds |
ListView.Skin.getItemBounds(int index)
|
Bounds |
TreeView.getNodeBounds(Sequence.Tree.Path path)
Gets the bounds of the node at the specified path relative to the tree view. |
Bounds |
TreeView.Skin.getNodeBounds(Sequence.Tree.Path path)
Gets the bounds of the node at the specified path relative to the tree view. |
Bounds |
TablePane.getRowBounds(int row)
Returns the bounds of a given row. |
Bounds |
TablePane.Skin.getRowBounds(int row)
|
Bounds |
TableView.getRowBounds(int rowIndex)
Returns the bounding area of a given row. |
Bounds |
TableView.Skin.getRowBounds(int rowIndex)
|
Bounds |
GridPane.getRowBounds(int row)
Returns the bounds of a given row. |
Bounds |
GridPane.Skin.getRowBounds(int row)
|
Bounds |
Viewport.getViewportBounds()
The bounds of the Viewport within the container, for example, in ScrollPaneSkin, this excludes the scrollbars. |
Bounds |
Viewport.Skin.getViewportBounds()
The bounds of the Viewport within the container, for example, in ScrollPaneSkin, this excludes the scrollbars. |
Bounds |
Component.getVisibleArea()
Determines the visible area of a component. |
Bounds |
Component.getVisibleArea(Bounds area)
Determines the visible area of a component. |
Bounds |
Component.getVisibleArea(int xArgument,
int yArgument,
int width,
int height)
Determines the visible area of a component. |
Bounds |
Bounds.intersect(Bounds bounds)
|
Bounds |
Bounds.intersect(int xArgument,
int yArgument,
int widthArgument,
int heightArgument)
|
Bounds |
Bounds.intersect(Rectangle rect)
|
Bounds |
Bounds.translate(int dx,
int dy)
|
Bounds |
Bounds.translate(Point offset)
|
Bounds |
Bounds.union(Bounds bounds)
|
Bounds |
Bounds.union(int xArgument,
int yArgument,
int widthArgument,
int heightArgument)
|
Methods in org.apache.pivot.wtk with parameters of type Bounds | |
---|---|
void |
Window.align(Bounds bounds,
HorizontalAlignment horizontalAlignment,
int horizontalOffset,
VerticalAlignment verticalAlignment,
int verticalOffset)
|
void |
Window.align(Bounds bounds,
HorizontalAlignment horizontalAlignment,
VerticalAlignment verticalAlignment)
|
boolean |
Bounds.contains(Bounds bounds)
|
Bounds |
Component.getVisibleArea(Bounds area)
Determines the visible area of a component. |
Bounds |
Bounds.intersect(Bounds bounds)
|
boolean |
Bounds.intersects(Bounds bounds)
|
void |
Component.repaint(Bounds area)
Flags an area as needing to be repainted. |
void |
Component.repaint(Bounds area,
boolean immediate)
Flags an area as needing to be repainted or repaints the rectangle immediately. |
void |
Component.scrollAreaToVisible(Bounds area)
Ensures that the given area of a component is visible within the viewports of all applicable ancestors. |
Bounds |
Bounds.union(Bounds bounds)
|
Constructors in org.apache.pivot.wtk with parameters of type Bounds | |
---|---|
Bounds(Bounds bounds)
|
Uses of Bounds in org.apache.pivot.wtk.content |
---|
Methods in org.apache.pivot.wtk.content that return Bounds | |
---|---|
Bounds |
ListViewItemRenderer.getTextBounds()
Gets the bounds of the text that is rendered by this renderer. |
Bounds |
TreeViewNodeRenderer.getTextBounds()
Gets the bounds of the text that is rendered by this renderer. |
Uses of Bounds in org.apache.pivot.wtk.effects |
---|
Methods in org.apache.pivot.wtk.effects that return Bounds | |
---|---|
Bounds |
RotationDecorator.getBounds(Component component)
Returns the bounding area of the decorator. |
Bounds |
SaturationDecorator.getBounds(Component component)
|
Bounds |
ReflectionDecorator.getBounds(Component componentArgument)
|
Bounds |
TranslationDecorator.getBounds(Component component)
|
Bounds |
ScaleDecorator.getBounds(Component component)
|
Bounds |
TagDecorator.getBounds(Component component)
|
Bounds |
DropShadowDecorator.getBounds(Component component)
|
Bounds |
OverlayDecorator.getBounds(Component component)
|
Bounds |
Decorator.getBounds(Component component)
Returns the bounding area of the decorator. |
Bounds |
BlurDecorator.getBounds(Component component)
|
Bounds |
WatermarkDecorator.getBounds(Component componentArgument)
|
Bounds |
BaselineDecorator.getBounds(Component componentArgument)
|
Bounds |
ClipDecorator.getBounds(Component component)
|
Bounds |
FadeDecorator.getBounds(Component component)
|
Bounds |
GrayscaleDecorator.getBounds(Component component)
|
Bounds |
ShadeDecorator.getBounds(Component componentArgument)
|
Uses of Bounds in org.apache.pivot.wtk.skin |
---|
Methods in org.apache.pivot.wtk.skin that return Bounds | |
---|---|
Bounds |
TextPaneSkinNodeView.getBounds()
|
Bounds |
TextPaneSkinElementView.getCharacterBounds(int offset)
|
Bounds |
TextPaneSkin.getCharacterBounds(int offset)
|
abstract Bounds |
TextPaneSkinNodeView.getCharacterBounds(int offset)
|
Bounds |
TextAreaSkin.getCharacterBounds(int index)
|
Bounds |
TextPaneSkinParagraphView.getCharacterBounds(int offset)
|
Bounds |
TextAreaSkinParagraphView.getCharacterBounds(int index)
|
Bounds |
TextPaneSkinTextNodeView.getCharacterBounds(int offset)
|
Bounds |
TextPaneSkinComponentNodeView.getCharacterBounds(int offset)
|
Bounds |
TextPaneSkinImageNodeView.getCharacterBounds(int offset)
|
Bounds |
WindowSkin.getClientArea()
|
Bounds |
TablePaneSkin.getColumnBounds(int column)
|
Bounds |
GridPaneSkin.getColumnBounds(int column)
|
Bounds |
TablePaneSkin.getRowBounds(int row)
|
Bounds |
GridPaneSkin.getRowBounds(int row)
|
abstract Bounds |
ListButtonSkin.getTriggerBounds()
|
Bounds |
ScrollPaneSkin.getViewportBounds()
|
Methods in org.apache.pivot.wtk.skin with parameters of type Bounds | |
---|---|
protected void |
TextPaneSkinElementView.paintChild(Graphics2D graphics,
Bounds paintBounds,
TextPaneSkinNodeView nodeView)
|
protected void |
ComponentSkin.repaintComponent(Bounds area)
|
Uses of Bounds in org.apache.pivot.wtk.skin.terra |
---|
Methods in org.apache.pivot.wtk.skin.terra that return Bounds | |
---|---|
Bounds |
TerraTableViewSkin.getCellBounds(int rowIndex,
int columnIndex)
|
Bounds |
TerraTextInputSkin.getCharacterBounds(int index)
|
Bounds |
TerraPaletteSkin.getClientArea()
|
Bounds |
TerraFrameSkin.getClientArea()
|
Bounds |
TerraTabPaneSkin.TabButtonSkin.getCloseTriggerBounds()
|
Bounds |
TerraTableViewSkin.getColumnBounds(int columnIndex)
|
Bounds |
TerraSpinnerSkin.getContentBounds()
|
Bounds |
TerraTableViewHeaderSkin.getHeaderBounds(int headerIndex)
|
Bounds |
TerraListViewSkin.getItemBounds(int index)
|
Bounds |
TerraTreeViewSkin.getNodeBounds(Sequence.Tree.Path path)
|
protected Bounds |
TerraTreeViewSkin.getNodeBounds(TerraTreeViewSkin.NodeInfo nodeInfo)
Gets the bounding box defined by the specified node, or null if the node is not currently visible. |
Bounds |
TerraTableViewSkin.getRowBounds(int rowIndex)
|
Bounds |
TerraListButtonSkin.getTriggerBounds()
|
Bounds |
TerraPanoramaSkin.getViewportBounds()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |