pivot.wtk.skin.terra
Class TerraPaletteSkin.CloseImage
java.lang.Object
pivot.wtk.media.Image
pivot.wtk.skin.terra.TerraPaletteSkin.CloseImage
- All Implemented Interfaces:
- Visual
- Enclosing class:
- TerraPaletteSkin
protected class TerraPaletteSkin.CloseImage
- extends Image
Close button image.
- Author:
- gbrown
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.