Package org.apache.pivot.wtk.skin.terra
Class TerraMenuItemSkin.CheckmarkImage
- java.lang.Object
-
- org.apache.pivot.wtk.media.Image
-
- org.apache.pivot.wtk.skin.terra.TerraMenuItemSkin.CheckmarkImage
-
- All Implemented Interfaces:
Visual
- Enclosing class:
- TerraMenuItemSkin
public final class TerraMenuItemSkin.CheckmarkImage extends Image
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.pivot.wtk.media.Image
Image.LoadTask
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHECKMARK_SIZE
static int
SIZE
-
Fields inherited from class org.apache.pivot.wtk.media.Image
imageListeners
-
-
Constructor Summary
Constructors Constructor Description CheckmarkImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
Returns the visual's height.int
getWidth()
Returns the visual's width.void
paint(java.awt.Graphics2D graphics)
Paints the visual.-
Methods inherited from class org.apache.pivot.wtk.media.Image
getBaseline, getImageListeners, load, load, loadFromCache, toString, update
-
-
-
-
Field Detail
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
CHECKMARK_SIZE
public static final int CHECKMARK_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWidth
public int getWidth()
Description copied from interface:Visual
Returns the visual's width.- Returns:
- Current width of this visual.
-
getHeight
public int getHeight()
Description copied from interface:Visual
Returns the visual's height.- Returns:
- Current height of this visual.
-
paint
public void paint(java.awt.Graphics2D graphics)
Description copied from interface:Visual
Paints the visual.- Parameters:
graphics
- The graphics context in which to paint the visual.
-
-