Class InteractiveVectorIcon
java.lang.Object
com.inductiveautomation.ignition.client.icons.VectorIcon
com.inductiveautomation.ignition.client.icons.InteractiveVectorIcon
- All Implemented Interfaces:
InteractiveIcon
,Icon
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
-
Method Summary
Modifier and TypeMethodDescriptionstatic InteractiveVectorIcon
getInteractive
(VectorIcon icon, Color primary, Color selected, Color disabled, Color focused, Color inherited) Methods inherited from class com.inductiveautomation.ignition.client.icons.VectorIcon
copy, copy, fromPath, getIconHeight, getIconWidth, getScaledInstance, paintIcon, scale, scaleToSize, setColor, setOffset, setOpacity, setShape, setSize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.client.icons.InteractiveIcon
getIcon
-
Method Details
-
getSelected
- Specified by:
getSelected
in interfaceInteractiveIcon
-
getFocused
- Specified by:
getFocused
in interfaceInteractiveIcon
-
getDisabled
- Specified by:
getDisabled
in interfaceInteractiveIcon
-
getInherited
- Specified by:
getInherited
in interfaceInteractiveIcon
-
getInteractive
@Nonnull public static InteractiveVectorIcon getInteractive(VectorIcon icon, Color primary, Color selected, Color disabled, Color focused, Color inherited)
-