Package ca.cgjennings.ui.theme
Class TaskIcon
- java.lang.Object
-
- ca.cgjennings.ui.theme.ThemedCompoundIcon
-
- ca.cgjennings.ui.theme.TaskIcon
-
- All Implemented Interfaces:
ThemedIcon
,javax.swing.Icon
public class TaskIcon extends ThemedCompoundIcon
Icon that represents a task by adding the standard task background to another icon.- Author:
- Chris Jennings
-
-
Field Summary
-
Fields inherited from interface ca.cgjennings.ui.theme.ThemedIcon
GIGANTIC, LARGE, MEDIUM, MEDIUM_LARGE, MEDIUM_SMALL, SMALL, TINY, VERY_LARGE
-
-
Constructor Summary
Constructors Constructor Description TaskIcon(ThemedIcon image)
TaskIcon(java.lang.String image)
-
Method Summary
-
Methods inherited from class ca.cgjennings.ui.theme.ThemedCompoundIcon
derive, disabled, getIconHeight, getIconWidth, paintIcon
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ca.cgjennings.ui.theme.ThemedIcon
derive, gigantic, large, medium, mediumLarge, mediumSmall, small, tiny, veryLarge
-
-
-
-
Constructor Detail
-
TaskIcon
public TaskIcon(ThemedIcon image)
-
TaskIcon
public TaskIcon(java.lang.String image)
-
-