Uses of Class
pivot.wtk.Bounds

Packages that use Bounds
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.content Contains classes representing component data, such as list items or table rows. 
pivot.wtk.effects Contains classes supporting visual effects such as blurs, reflections, and drop shadows. 
pivot.wtk.media.drawing Contains classes used to construct vector-based drawings. 
pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of Bounds in pivot.wtk
 

Methods in pivot.wtk that return Bounds
 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 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 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<java.lang.Integer> path)
          Gets the bounds of the node at the specified path relative to the tree view.
 Bounds TreeView.Skin.getNodeBounds(Sequence<java.lang.Integer> 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 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.
 

Methods in 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.
 void 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.
 void Bounds.union(Bounds bounds)
           
 

Constructors in pivot.wtk with parameters of type Bounds
Bounds(Bounds bounds)
           
 

Uses of Bounds in pivot.wtk.content
 

Methods in 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 pivot.wtk.effects
 

Methods in pivot.wtk.effects that return Bounds
 Bounds ScaleDecorator.getBounds(Component component)
           
 Bounds TagDecorator.getBounds(Component component)
           
 Bounds ReflectionDecorator.getBounds(Component component)
           
 Bounds TranslationDecorator.getBounds(Component component)
           
 Bounds ShadeDecorator.getBounds(Component component)
           
 Bounds FadeDecorator.getBounds(Component component)
           
 Bounds DropShadowDecorator.getBounds(Component component)
           
 Bounds BlurDecorator.getBounds(Component component)
           
 Bounds Decorator.getBounds(Component component)
          Returns the bounding area of the decorator.
 Bounds SaturationDecorator.getBounds(Component component)
           
 Bounds ClipDecorator.getBounds(Component component)
           
 Bounds WatermarkDecorator.getBounds(Component component)
           
 Bounds GrayscaleDecorator.getBounds(Component component)
           
 

Uses of Bounds in pivot.wtk.media.drawing
 

Methods in pivot.wtk.media.drawing that return Bounds
 Bounds Shape.getBounds()
           
 

Uses of Bounds in pivot.wtk.skin
 

Methods in pivot.wtk.skin that return Bounds
 Bounds TextAreaSkin.NodeView.getBounds()
           
 Bounds TextAreaSkin.NodeView.getBounds(boolean validate)
           
 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 TablePaneSkin.getColumnBounds(int column)
           
 Bounds TablePaneSkin.getRowBounds(int row)
           
 Bounds ScrollPaneSkin.getViewportBounds()
           
 

Methods in pivot.wtk.skin with parameters of type Bounds
protected  void ComponentSkin.repaintComponent(Bounds area)
           
 

Uses of Bounds in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra that return Bounds
 Bounds TerraTableViewSkin.getCellBounds(int rowIndex, int columnIndex)
           
 Bounds TerraTableViewSkin.getColumnBounds(int columnIndex)
           
 Bounds TerraSpinnerSkin.getContentBounds()
           
 Bounds TerraTableViewHeaderSkin.getHeaderBounds(int index)
           
 Bounds TerraListViewSkin.getItemBounds(int index)
           
 Bounds TerraTreeViewSkin.getNodeBounds(Sequence<java.lang.Integer> 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()