org.apache.pivot.wtk.skin.terra
Class TerraPaletteSkin.CloseImage
java.lang.Object
org.apache.pivot.wtk.media.Image
org.apache.pivot.wtk.skin.terra.TerraPaletteSkin.CloseImage
- All Implemented Interfaces:
- Visual
- Enclosing class:
- TerraPaletteSkin
protected class TerraPaletteSkin.CloseImage
- extends Image
Close button image.
TerraPaletteSkin.CloseImage
protected TerraPaletteSkin.CloseImage()
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.