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 classPlayIcon.Type
-
Constructor Summary
Constructors Constructor Description PlayIcon()PlayIcon(PlayIcon.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()booleanisHighLighted()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)voidsetHighLighted(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:
setHighLightedin interfaceConfigurableIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfacejavax.swing.Icon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfacejavax.swing.Icon
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
paintIconin interfacejavax.swing.Icon
-
-