Uses of Class
org.apache.pivot.wtk.Bounds
-
Packages that use Bounds Package Description 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
Fields in org.apache.pivot.wtk declared as Bounds Modifier and Type Field Description static Bounds
Bounds. EMPTY
An empty (zero position and size) area.Methods in org.apache.pivot.wtk that return Bounds Modifier and Type Method Description static Bounds
Bounds. decode(java.lang.String boundsValue)
Decode a JSON-encoded string (map or list) that contains the values for a new bounded area.Bounds
Bounds. enlarge(int amt)
Create a new bounds object that is both offset and expanded by a single amount in both directions.Bounds
Bounds. enlarge(int dx, int dy)
Create a new bounds object that is enlarged by different amounts in the X- and Y-directions.Bounds
Bounds. expand(int dw, int dh)
Create a new bounds object that represents this bounds expanded/contracted by the given width/height values (negative represent contraction).Bounds
Component. getBounds()
Bounds
TableView. getCellBounds(int rowIndex, int columnIndex)
Returns the bounding area of a given cell.Bounds
TableView.Skin. getCellBounds(int rowIndex, int columnIndex)
Bounds
TextArea. getCharacterBounds(int index)
Bounds
TextArea.Skin. getCharacterBounds(int index)
Bounds
TextInput. getCharacterBounds(int index)
Bounds
TextInput.Skin. getCharacterBounds(int 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
Window. getClientArea()
Bounds
Window.Skin. getClientArea()
Bounds
GridPane. getColumnBounds(int column)
Returns the bounds of a given column.Bounds
GridPane.Skin. getColumnBounds(int column)
Bounds
TablePane. getColumnBounds(int 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
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()
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
GridPane. getRowBounds(int row)
Returns the bounds of a given row.Bounds
GridPane.Skin. getRowBounds(int row)
Bounds
TablePane. getRowBounds(int 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
Component. getScreenBounds()
Returns the component's bounding area in screen coordinates.Bounds
Viewport. getViewportBounds()
Bounds
Viewport.Skin. getViewportBounds()
Bounds
Component. getVisibleArea()
Determines the visible area of a component.Bounds
Component. getVisibleArea(int xValue, int yValue, int width, int height)
Determines the visible area of the given rectangle.Bounds
Component. getVisibleArea(Bounds area)
Determines the visible portion of a given area.Bounds
Bounds. intersect(int xValue, int yValue, int widthValue, int heightValue)
Create a new bounds that is the intersection of this one and the bounded area specified by the given arguments.Bounds
Bounds. intersect(java.awt.Rectangle rect)
Bounds
Bounds. intersect(Bounds bounds)
Bounds
Bounds. intersect(Dimensions size)
Bounds
Bounds. translate(int dx, int dy)
Create a new bounds object that represents this bounds offset by the given values.Bounds
Bounds. translate(Point offset)
Bounds
Bounds. union(int xValue, int yValue, int widthValue, int heightValue)
Create a new bounds that is the union of this one and the given arguments.Bounds
Bounds. union(Bounds bounds)
Methods in org.apache.pivot.wtk with parameters of type Bounds Modifier and Type Method Description 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 portion of a given area.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 Constructor Description Bounds(Bounds bounds)
Construct a new bounds object from an existing bounds. -
Uses of Bounds in org.apache.pivot.wtk.content
Methods in org.apache.pivot.wtk.content that return Bounds Modifier and Type Method Description 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 Modifier and Type Method Description Bounds
ClipDecorator. getBounds(Component component)
default Bounds
Decorator. getBounds(Component component)
Returns the bounding area of the decorator.Bounds
DropShadowDecorator. getBounds(Component component)
Bounds
ReflectionDecorator. getBounds(Component componentValue)
Bounds
RotationDecorator. getBounds(Component component)
Returns the bounding area of the decorator.Bounds
ScaleDecorator. getBounds(Component component)
Bounds
TagDecorator. getBounds(Component component)
Bounds
TranslationDecorator. getBounds(Component component)
-
Uses of Bounds in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin that return Bounds Modifier and Type Method Description Bounds
TextAreaSkin. getCharacterBounds(int index)
Bounds
TextPaneSkin. getCharacterBounds(int offset)
Bounds
WindowSkin. getClientArea()
Bounds
GridPaneSkin. getColumnBounds(int column)
Bounds
TablePaneSkin. getColumnBounds(int column)
Bounds
GridPaneSkin. getRowBounds(int row)
Bounds
TablePaneSkin. getRowBounds(int row)
abstract Bounds
ListButtonSkin. getTriggerBounds()
Bounds
ScrollPaneSkin. getViewportBounds()
Methods in org.apache.pivot.wtk.skin with parameters of type Bounds Modifier and Type Method Description protected void
ComponentSkin. repaintComponent(Bounds area)
Repaint the given area of the component when the event queue is empty. -
Uses of Bounds in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra that return Bounds Modifier and Type Method Description Bounds
TerraTableViewSkin. getCellBounds(int rowIndex, int columnIndex)
Bounds
TerraTextInputSkin. getCharacterBounds(int index)
Determine the bounding box of the character at the given index in the text in coordinates relative to the entire component (that is, adding in the insets and padding, etc.).Bounds
TerraFrameSkin. getClientArea()
Bounds
TerraPaletteSkin. 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(org.apache.pivot.wtk.skin.terra.TerraTreeViewSkin.NodeInfo nodeInfo)
Bounds
TerraTableViewSkin. getRowBounds(int rowIndex)
Bounds
TerraListButtonSkin. getTriggerBounds()
Bounds
TerraPanoramaSkin. getViewportBounds()
-