org.apache.pivot.wtk.skin.terra
Class TerraSheetSkin.ResizeImage

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

protected class TerraSheetSkin.ResizeImage
extends Image

Resize button image.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.pivot.wtk.media.Image
Image.ImageListenerList, Image.LoadTask
 
Field Summary
static int ALPHA
           
 
Fields inherited from class org.apache.pivot.wtk.media.Image
imageListeners
 
Constructor Summary
protected TerraSheetSkin.ResizeImage()
           
 
Method Summary
 int getHeight()
          Returns the visual's height.
 int getWidth()
          Returns the visual's width.
 void paint(Graphics2D graphics)
          Paints the visual.
 
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
 

Field Detail

ALPHA

public static final int ALPHA
See Also:
Constant Field Values
Constructor Detail

TerraSheetSkin.ResizeImage

protected TerraSheetSkin.ResizeImage()
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.


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.