Class InteractiveVectorIcon
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.icons.VectorIcon
- 
- com.inductiveautomation.ignition.client.icons.InteractiveVectorIcon
 
 
- 
- All Implemented Interfaces:
- InteractiveIcon,- javax.swing.Icon
 
 public class InteractiveVectorIcon extends VectorIcon implements InteractiveIcon 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classInteractiveVectorIcon.InteractiveVectorIconBuilder
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.IcongetDisabled()javax.swing.IcongetFocused()javax.swing.IcongetIcon()javax.swing.IcongetSelected()- 
Methods inherited from class com.inductiveautomation.ignition.client.icons.VectorIconcopy, fromPath, getIconHeight, getIconWidth, getScaledInstance, paintIcon, scale, scaleToSize, setColor, setOffset, setOpacity, setShape, setSize
 
- 
 
- 
- 
- 
Method Detail- 
getIconpublic javax.swing.Icon getIcon() 
 - 
getSelected@Nullable public javax.swing.Icon getSelected() - Specified by:
- getSelectedin interface- InteractiveIcon
 
 - 
getFocused@Nullable public javax.swing.Icon getFocused() - Specified by:
- getFocusedin interface- InteractiveIcon
 
 - 
getDisabled@Nullable public javax.swing.Icon getDisabled() - Specified by:
- getDisabledin interface- InteractiveIcon
 
 
- 
 
-