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 BoundsBounds. EMPTYAn empty (zero position and size) area.Methods in org.apache.pivot.wtk that return Bounds Modifier and Type Method Description static BoundsBounds. decode(java.lang.String boundsValue)Decode a JSON-encoded string (map or list) that contains the values for a new bounded area.BoundsBounds. enlarge(int amt)Create a new bounds object that is both offset and expanded by a single amount in both directions.BoundsBounds. enlarge(int dx, int dy)Create a new bounds object that is enlarged by different amounts in the X- and Y-directions.BoundsBounds. 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).BoundsComponent. getBounds()BoundsTableView. getCellBounds(int rowIndex, int columnIndex)Returns the bounding area of a given cell.BoundsTableView.Skin. getCellBounds(int rowIndex, int columnIndex)BoundsTextArea. getCharacterBounds(int index)BoundsTextArea.Skin. getCharacterBounds(int index)BoundsTextInput. getCharacterBounds(int index)BoundsTextInput.Skin. getCharacterBounds(int index)BoundsTextPane. getCharacterBounds(int offset)BoundsTextPane.Skin. getCharacterBounds(int offset)Returns the bounds of the character at a given offset within the document.BoundsWindow. getClientArea()BoundsWindow.Skin. getClientArea()BoundsGridPane. getColumnBounds(int column)Returns the bounds of a given column.BoundsGridPane.Skin. getColumnBounds(int column)BoundsTablePane. getColumnBounds(int column)BoundsTablePane.Skin. getColumnBounds(int column)BoundsTableView. getColumnBounds(int columnIndex)Returns the bounding area of a given column.BoundsTableView.Skin. getColumnBounds(int columnIndex)BoundsSpinner. getContentBounds()Gets the bounding area of the spinner content (the area in which the item renderer will render the content).BoundsSpinner.Skin. getContentBounds()BoundsComponent. getDecoratedBounds()BoundsTableViewHeader. getHeaderBounds(int index)Returns the bounding area of a given header.BoundsTableViewHeader.Skin. getHeaderBounds(int index)BoundsListView. getItemBounds(int index)Returns the bounding area of a given item.BoundsListView.Skin. getItemBounds(int index)BoundsTreeView. getNodeBounds(Sequence.Tree.Path path)Gets the bounds of the node at the specified path relative to the tree view.BoundsTreeView.Skin. getNodeBounds(Sequence.Tree.Path path)Gets the bounds of the node at the specified path relative to the tree view.BoundsGridPane. getRowBounds(int row)Returns the bounds of a given row.BoundsGridPane.Skin. getRowBounds(int row)BoundsTablePane. getRowBounds(int row)BoundsTablePane.Skin. getRowBounds(int row)BoundsTableView. getRowBounds(int rowIndex)Returns the bounding area of a given row.BoundsTableView.Skin. getRowBounds(int rowIndex)BoundsComponent. getScreenBounds()Returns the component's bounding area in screen coordinates.BoundsViewport. getViewportBounds()BoundsViewport.Skin. getViewportBounds()BoundsComponent. getVisibleArea()Determines the visible area of a component.BoundsComponent. getVisibleArea(int xValue, int yValue, int width, int height)Determines the visible area of the given rectangle.BoundsComponent. getVisibleArea(Bounds area)Determines the visible portion of a given area.BoundsBounds. 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.BoundsBounds. intersect(java.awt.Rectangle rect)BoundsBounds. intersect(Bounds bounds)BoundsBounds. intersect(Dimensions size)BoundsBounds. translate(int dx, int dy)Create a new bounds object that represents this bounds offset by the given values.BoundsBounds. translate(Point offset)BoundsBounds. union(int xValue, int yValue, int widthValue, int heightValue)Create a new bounds that is the union of this one and the given arguments.BoundsBounds. union(Bounds bounds)Methods in org.apache.pivot.wtk with parameters of type Bounds Modifier and Type Method Description voidWindow. align(Bounds bounds, HorizontalAlignment horizontalAlignment, int horizontalOffset, VerticalAlignment verticalAlignment, int verticalOffset)voidWindow. align(Bounds bounds, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment)booleanBounds. contains(Bounds bounds)BoundsComponent. getVisibleArea(Bounds area)Determines the visible portion of a given area.BoundsBounds. intersect(Bounds bounds)booleanBounds. intersects(Bounds bounds)voidComponent. repaint(Bounds area)Flags an area as needing to be repainted.voidComponent. repaint(Bounds area, boolean immediate)Flags an area as needing to be repainted or repaints the rectangle immediately.voidComponent. scrollAreaToVisible(Bounds area)Ensures that the given area of a component is visible within the viewports of all applicable ancestors.BoundsBounds. 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 BoundsListViewItemRenderer. getTextBounds()Gets the bounds of the text that is rendered by this renderer.BoundsTreeViewNodeRenderer. 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 BoundsClipDecorator. getBounds(Component component)default BoundsDecorator. getBounds(Component component)Returns the bounding area of the decorator.BoundsDropShadowDecorator. getBounds(Component component)BoundsReflectionDecorator. getBounds(Component componentValue)BoundsRotationDecorator. getBounds(Component component)Returns the bounding area of the decorator.BoundsScaleDecorator. getBounds(Component component)BoundsTagDecorator. getBounds(Component component)BoundsTranslationDecorator. 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 BoundsTextAreaSkin. getCharacterBounds(int index)BoundsTextPaneSkin. getCharacterBounds(int offset)BoundsWindowSkin. getClientArea()BoundsGridPaneSkin. getColumnBounds(int column)BoundsTablePaneSkin. getColumnBounds(int column)BoundsGridPaneSkin. getRowBounds(int row)BoundsTablePaneSkin. getRowBounds(int row)abstract BoundsListButtonSkin. getTriggerBounds()BoundsScrollPaneSkin. getViewportBounds()Methods in org.apache.pivot.wtk.skin with parameters of type Bounds Modifier and Type Method Description protected voidComponentSkin. 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 BoundsTerraTableViewSkin. getCellBounds(int rowIndex, int columnIndex)BoundsTerraTextInputSkin. 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.).BoundsTerraFrameSkin. getClientArea()BoundsTerraPaletteSkin. getClientArea()BoundsTerraTabPaneSkin.TabButtonSkin. getCloseTriggerBounds()BoundsTerraTableViewSkin. getColumnBounds(int columnIndex)BoundsTerraSpinnerSkin. getContentBounds()BoundsTerraTableViewHeaderSkin. getHeaderBounds(int headerIndex)BoundsTerraListViewSkin. getItemBounds(int index)BoundsTerraTreeViewSkin. getNodeBounds(Sequence.Tree.Path path)protected BoundsTerraTreeViewSkin. getNodeBounds(org.apache.pivot.wtk.skin.terra.TerraTreeViewSkin.NodeInfo nodeInfo)BoundsTerraTableViewSkin. getRowBounds(int rowIndex)BoundsTerraListButtonSkin. getTriggerBounds()BoundsTerraPanoramaSkin. getViewportBounds()
-