org.apache.pivot.wtk.skin.terra
Class TerraExpanderSkin.ButtonImage

java.lang.Object
  extended by org.apache.pivot.wtk.media.Image
      extended by org.apache.pivot.wtk.skin.terra.TerraExpanderSkin.ButtonImage
All Implemented Interfaces:
Visual
Direct Known Subclasses:
TerraExpanderSkin.CollapseImage, TerraExpanderSkin.ExpandImage
Enclosing class:
TerraExpanderSkin

protected abstract class TerraExpanderSkin.ButtonImage
extends Image


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.pivot.wtk.media.Image
Image.ImageListenerList, Image.LoadTask
 
Field Summary
 
Fields inherited from class org.apache.pivot.wtk.media.Image
imageListeners
 
Constructor Summary
protected TerraExpanderSkin.ButtonImage()
           
 
Method Summary
 int getHeight()
          Returns the visual's height.
 int getWidth()
          Returns the visual's width.
 
Methods inherited from class org.apache.pivot.wtk.media.Image
getBaseline, getImageListeners, getSize, load, load, loadFromCache, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.pivot.wtk.Visual
paint
 

Constructor Detail

TerraExpanderSkin.ButtonImage

protected TerraExpanderSkin.ButtonImage()
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.