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 SummaryFields inherited from class com.inductiveautomation.ignition.client.icons.SvgIconUtil.AbstractSvgIconheight, node, swapColor, width
- 
Constructor SummaryConstructorsConstructorDescriptionInteractiveSvgIcon(Class relativeClass, String path) InteractiveSvgIcon(Class relativeClass, String path, boolean useDisabledIcon) 
- 
Method SummaryModifier 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.AbstractSvgIconcreateImage, getIconHeight, getIconWidth, paintIconMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.client.icons.InteractiveIcongetIcon
- 
Constructor Details- 
InteractiveSvgIcon
- 
InteractiveSvgIcon
 
- 
- 
Method Details- 
getSelected- Specified by:
- getSelectedin interface- InteractiveIcon
 
- 
getFocused- Specified by:
- getFocusedin interface- InteractiveIcon
 
- 
getDisabled- Specified by:
- getDisabledin interface- InteractiveIcon
 
- 
getInherited- Specified by:
- getInheritedin interface- InteractiveIcon
 
- 
createIcon
- 
createIcon
- 
createIconpublic static InteractiveSvgIcon createIcon(Class relativeClass, String path, boolean useDisabledIcon) 
- 
selectedFileName
- 
disabledFileName
- 
isValidFile
 
-