Class InteractiveSvgIcon
java.lang.Object
com.inductiveautomation.ignition.client.icons.SvgIconUtil.AbstractSvgIcon
com.inductiveautomation.ignition.client.icons.SvgIconUtil.SvgIcon
com.inductiveautomation.ignition.designer.navtree.icon.InteractiveSvgIcon
- All Implemented Interfaces:
InteractiveIcon,Icon
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.client.icons.SvgIconUtil.AbstractSvgIcon
height, node, swapColor, width -
Constructor Summary
ConstructorsConstructorDescriptionInteractiveSvgIcon(Class relativeClass, String path) InteractiveSvgIcon(Class relativeClass, String path, boolean useDisabledIcon) -
Method Summary
Modifier and TypeMethodDescriptionstatic InteractiveSvgIconcreateIcon(Class relativeClass, String path) static InteractiveSvgIconcreateIcon(Class relativeClass, String path, boolean useDisabledIcon) static InteractiveSvgIconcreateIcon(String path) static StringdisabledFileName(String path) static booleanisValidFile(String path) static StringselectedFileName(String path) Methods inherited from class com.inductiveautomation.ignition.client.icons.SvgIconUtil.AbstractSvgIcon
createImage, getIconHeight, getIconWidth, paintIconMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.client.icons.InteractiveIcon
getIcon
-
Constructor Details
-
InteractiveSvgIcon
-
InteractiveSvgIcon
-
-
Method Details
-
getSelected
- Specified by:
getSelectedin interfaceInteractiveIcon
-
getFocused
- Specified by:
getFocusedin interfaceInteractiveIcon
-
getDisabled
- Specified by:
getDisabledin interfaceInteractiveIcon
-
getInherited
- Specified by:
getInheritedin interfaceInteractiveIcon
-
createIcon
-
createIcon
-
createIcon
public static InteractiveSvgIcon createIcon(Class relativeClass, String path, boolean useDisabledIcon) -
selectedFileName
-
disabledFileName
-
isValidFile
-