org.apache.pivot.wtk.skin.terra
Class TerraScrollBarSkin.ScrollUpImage

java.lang.Object
  extended by org.apache.pivot.wtk.media.Image
      extended by org.apache.pivot.wtk.skin.terra.TerraScrollBarSkin.ScrollButtonImage
          extended by org.apache.pivot.wtk.skin.terra.TerraScrollBarSkin.ScrollUpImage
All Implemented Interfaces:
Visual
Enclosing class:
TerraScrollBarSkin

protected class TerraScrollBarSkin.ScrollUpImage
extends TerraScrollBarSkin.ScrollButtonImage


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 TerraScrollBarSkin.ScrollUpImage()
           
 
Method Summary
 void paint(Graphics2D graphics)
          Paints the visual.
 
Methods inherited from class org.apache.pivot.wtk.skin.terra.TerraScrollBarSkin.ScrollButtonImage
getHeight, getWidth
 
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
 

Constructor Detail

TerraScrollBarSkin.ScrollUpImage

protected TerraScrollBarSkin.ScrollUpImage()
Method Detail

paint

public void paint(Graphics2D graphics)
Description copied from interface: Visual
Paints the visual.

Parameters:
graphics - The graphics context in which to paint the visual.