Package com.tagtraum.audiokern.player
Class PlayerActionShapes.ShapeIcon
- java.lang.Object
-
- com.tagtraum.audiokern.player.PlayerActionShapes.ShapeIcon
-
- All Implemented Interfaces:
Icon
- Enclosing class:
- PlayerActionShapes
public static class PlayerActionShapes.ShapeIcon extends Object implements Icon
Icon class specifically for shapes.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIconHeight()
int
getIconWidth()
void
paintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
-