Package org.apache.pivot.wtk
Interface Viewport.Skin
- 
- All Known Implementing Classes:
- ScrollPaneSkin,- TerraPanoramaSkin,- TerraScrollPaneSkin
 - Enclosing class:
- Viewport
 
 public static interface Viewport.SkinViewport skin interface. Viewport skins must implement this.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundsgetViewportBounds()
 
- 
- 
- 
Method Detail- 
getViewportBoundsBounds getViewportBounds() - Returns:
- The bounds of the Viewport within the container, for example, in ScrollPaneSkin, this excludes the scrollbars.
 
 
- 
 
-