Package ipsk.audio.ui.icons
Class PlayIcon
- java.lang.Object
-
- ipsk.audio.ui.icons.PlayIcon
-
- All Implemented Interfaces:
ConfigurableIcon
,javax.swing.Icon
public class PlayIcon extends java.lang.Object implements ConfigurableIcon
- Author:
- klausj
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PlayIcon.Type
-
Constructor Summary
Constructors Constructor Description PlayIcon()
PlayIcon(PlayIcon.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIconHeight()
int
getIconWidth()
boolean
isHighLighted()
void
paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
void
setHighLighted(boolean highLighted)
-
-
-
Constructor Detail
-
PlayIcon
public PlayIcon()
-
PlayIcon
public PlayIcon(PlayIcon.Type type)
-
-
Method Detail
-
isHighLighted
public boolean isHighLighted()
-
setHighLighted
public void setHighLighted(boolean highLighted)
- Specified by:
setHighLighted
in interfaceConfigurableIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfacejavax.swing.Icon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfacejavax.swing.Icon
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
- Specified by:
paintIcon
in interfacejavax.swing.Icon
-
-