Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bounds
getViewportBounds()
-
-
-
Method Detail
-
getViewportBounds
Bounds getViewportBounds()
- Returns:
- The bounds of the Viewport within the container, for example, in ScrollPaneSkin, this excludes the scrollbars.
-
-