Uses of Class
org.apache.pivot.wtk.Bounds

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.media.drawing Contains a set of primitives for constructing vector-based drawings. 
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 TextArea.getCharacterBounds(int offset)
           
 Bounds TextArea.Skin.getCharacterBounds(int offset)
          Returns the bounds of the character at a given offset within the document.
 Bounds TextInput.getCharacterBounds(int offset)
           
 Bounds TextInput.Skin.getCharacterBounds(int offset)
          Returns the bounds of the character at a given offset within the document.
 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 GridPane.getColumnBounds(int column)
          Returns the bounds of a given column.
 Bounds GridPane.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()
          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 GridPane.getRowBounds(int row)
          Returns the bounds of a given row.
 Bounds GridPane.Skin.getRowBounds(int row)
           
 Bounds TableView.getRowBounds(int rowIndex)
          Returns the bounding area of a given row.
 Bounds TableView.Skin.getRowBounds(int rowIndex)
           
 Bounds Viewport.getViewportBounds()
           
 Bounds Viewport.Skin.getViewportBounds()
           
 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 x, int y, int width, int height)
          Determines the visible area of a component.
 Bounds Bounds.intersect(Bounds bounds)
           
 Bounds Bounds.intersect(int x, int y, int width, int height)
           
 Bounds Bounds.translate(int dx, int dy)
           
 Bounds Bounds.translate(Point offset)
           
 Bounds Bounds.union(Bounds bounds)
           
 Bounds Bounds.union(int x, int y, int width, int height)
           
 

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 TagDecorator.getBounds(Component component)
           
 Bounds Decorator.getBounds(Component component)
          Returns the bounding area of the decorator.
 Bounds BlurDecorator.getBounds(Component component)
           
 Bounds DropShadowDecorator.getBounds(Component component)
           
 Bounds TranslationDecorator.getBounds(Component component)
           
 Bounds ShadeDecorator.getBounds(Component component)
           
 Bounds ReflectionDecorator.getBounds(Component component)
           
 Bounds OverlayDecorator.getBounds(Component component)
           
 Bounds ScaleDecorator.getBounds(Component component)
           
 Bounds BaselineDecorator.getBounds(Component component)
           
 Bounds ClipDecorator.getBounds(Component component)
           
 Bounds GrayscaleDecorator.getBounds(Component component)
           
 Bounds FadeDecorator.getBounds(Component component)
           
 Bounds WatermarkDecorator.getBounds(Component component)
           
 Bounds RotationDecorator.getBounds(Component component)
          Returns the bounding area of the decorator.
 Bounds SaturationDecorator.getBounds(Component component)
           
 

Uses of Bounds in org.apache.pivot.wtk.media.drawing
 

Methods in org.apache.pivot.wtk.media.drawing that return Bounds
 Bounds Shape.getBounds()
          Returns the bounds of the shape.
 Bounds Shape.getTransformedBounds()
          Returns the transformed bounds of the shape.
 

Methods in org.apache.pivot.wtk.media.drawing with parameters of type Bounds
protected  void Shape.update(Bounds bounds)
           
 

Uses of Bounds in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin that return Bounds
 Bounds TextAreaSkin.NodeView.getBounds()
           
 Bounds TextAreaSkin.getCharacterBounds(int offset)
           
abstract  Bounds TextAreaSkin.NodeView.getCharacterBounds(int offset)
           
 Bounds TextAreaSkin.ElementView.getCharacterBounds(int offset)
           
 Bounds TextAreaSkin.ParagraphView.getCharacterBounds(int offset)
           
 Bounds TextAreaSkin.TextNodeView.getCharacterBounds(int offset)
           
 Bounds TextAreaSkin.ImageNodeView.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)
           
 Bounds ScrollPaneSkin.getViewportBounds()
           
 

Methods in org.apache.pivot.wtk.skin with parameters of type Bounds
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 offset)
           
 Bounds TerraPaletteSkin.getClientArea()
           
 Bounds TerraFrameSkin.getClientArea()
           
 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 TerraPanoramaSkin.getViewportBounds()