Package org.apache.pivot.wtk.skin.terra
Class TerraFrameSkin.MaximizeImage
- java.lang.Object
 - 
- org.apache.pivot.wtk.media.Image
 - 
- org.apache.pivot.wtk.skin.terra.TerraFrameSkin.ButtonImage
 - 
- org.apache.pivot.wtk.skin.terra.TerraFrameSkin.MaximizeImage
 
 
 
 
- 
- All Implemented Interfaces:
 Visual
- Enclosing class:
 - TerraFrameSkin
 
protected class TerraFrameSkin.MaximizeImage extends TerraFrameSkin.ButtonImage
Maximize button image. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.apache.pivot.wtk.media.Image
Image.LoadTask 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.apache.pivot.wtk.media.Image
imageListeners 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedMaximizeImage() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaint(java.awt.Graphics2D graphics)Paints the visual.- 
Methods inherited from class org.apache.pivot.wtk.skin.terra.TerraFrameSkin.ButtonImage
getHeight, getWidth 
- 
Methods inherited from class org.apache.pivot.wtk.media.Image
getBaseline, getImageListeners, load, load, loadFromCache, toString, update 
 - 
 
 - 
 
- 
- 
Method Detail
- 
paint
public void paint(java.awt.Graphics2D graphics)
Description copied from interface:VisualPaints the visual.- Parameters:
 graphics- The graphics context in which to paint the visual.
 
 - 
 
 -