pivot.wtk.skin.terra
Class TerraRollupSkin.ExpandImage

java.lang.Object
  extended by pivot.wtk.media.Image
      extended by pivot.wtk.skin.terra.TerraRollupSkin.ButtonImage
          extended by pivot.wtk.skin.terra.TerraRollupSkin.ExpandImage
All Implemented Interfaces:
Visual
Enclosing class:
TerraRollupSkin

protected class TerraRollupSkin.ExpandImage
extends TerraRollupSkin.ButtonImage


Nested Class Summary
 
Nested classes/interfaces inherited from class pivot.wtk.media.Image
Image.LoadTask
 
Constructor Summary
protected TerraRollupSkin.ExpandImage()
           
 
Method Summary
 void paint(java.awt.Graphics2D graphics)
          Paints the visual.
 
Methods inherited from class pivot.wtk.skin.terra.TerraRollupSkin.ButtonImage
getHeight, getWidth
 
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
 

Constructor Detail

TerraRollupSkin.ExpandImage

protected TerraRollupSkin.ExpandImage()
Method Detail

paint

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

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