pivot.wtk.skin.terra
Class TerraScrollBarSkin.ScrollButtonImage

java.lang.Object
  extended by pivot.wtk.media.Image
      extended by pivot.wtk.skin.terra.TerraScrollBarSkin.ScrollButtonImage
All Implemented Interfaces:
Visual
Direct Known Subclasses:
TerraScrollBarSkin.ScrollDownImage, TerraScrollBarSkin.ScrollUpImage
Enclosing class:
TerraScrollBarSkin

protected abstract class TerraScrollBarSkin.ScrollButtonImage
extends Image


Nested Class Summary
 
Nested classes/interfaces inherited from class pivot.wtk.media.Image
Image.LoadTask
 
Constructor Summary
protected TerraScrollBarSkin.ScrollButtonImage()
           
 
Method Summary
 int getHeight()
          Returns the visual's height.
 int getWidth()
          Returns the visual's width.
 
Methods inherited from class pivot.wtk.media.Image
getSize, load, load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface pivot.wtk.Visual
paint
 

Constructor Detail

TerraScrollBarSkin.ScrollButtonImage

protected TerraScrollBarSkin.ScrollButtonImage()
Method Detail

getWidth

public int getWidth()
Description copied from interface: Visual
Returns the visual's width.


getHeight

public int getHeight()
Description copied from interface: Visual
Returns the visual's height.