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 Summary
Nested Classes Modifier and Type Class Description static classInteractiveVectorIcon.InteractiveVectorIconBuilder 
- 
Method Summary
All 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.VectorIcon
copy, fromPath, getIconHeight, getIconWidth, getScaledInstance, paintIcon, scale, scaleToSize, setColor, setOffset, setOpacity, setShape, setSize 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getIcon
public javax.swing.Icon getIcon()
 
- 
getSelected
@Nullable public javax.swing.Icon getSelected()
- Specified by:
 getSelectedin interfaceInteractiveIcon
 
- 
getFocused
@Nullable public javax.swing.Icon getFocused()
- Specified by:
 getFocusedin interfaceInteractiveIcon
 
- 
getDisabled
@Nullable public javax.swing.Icon getDisabled()
- Specified by:
 getDisabledin interfaceInteractiveIcon
 
 - 
 
 -