org.apache.pivot.wtk.skin.terra
Class TerraFrameSkin.ResizeImage
java.lang.Object
org.apache.pivot.wtk.media.Image
org.apache.pivot.wtk.skin.terra.TerraFrameSkin.ResizeImage
- All Implemented Interfaces:
- Visual
- Enclosing class:
- TerraFrameSkin
protected class TerraFrameSkin.ResizeImage
- extends Image
Resize button image.
Field Summary |
static int |
ALPHA
|
ALPHA
public static final int ALPHA
- See Also:
- Constant Field Values
TerraFrameSkin.ResizeImage
protected TerraFrameSkin.ResizeImage()
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.