org.apache.pivot.wtk
Interface Viewport.Skin

All Known Implementing Classes:
ScrollPaneSkin, TerraPanoramaSkin, TerraScrollPaneSkin
Enclosing class:
Viewport

public static interface Viewport.Skin

Viewport skin interface. Viewport skins must implement this.


Method Summary
 Bounds getViewportBounds()
          The bounds of the Viewport within the container, for example, in ScrollPaneSkin, this excludes the scrollbars.
 

Method Detail

getViewportBounds

Bounds getViewportBounds()
The bounds of the Viewport within the container, for example, in ScrollPaneSkin, this excludes the scrollbars.