Class ArrowIcon
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.ArrowIcon
- All Implemented Interfaces:
- Icon
Deprecated.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.static final intDeprecated.protected ColorDeprecated.protected ColorDeprecated.protected intDeprecated.protected ColorDeprecated.protected static final StrokeDeprecated.protected intDeprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintDeprecated.getDark()Deprecated.getFill()Deprecated.intDeprecated.intDeprecated.getLight()Deprecated.static voidDeprecated.voidDeprecated.voidsetArrowType(int i) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.
- 
Field Details- 
ARROW_UPpublic static final int ARROW_UPDeprecated.- See Also:
 
- 
ARROW_DOWNpublic static final int ARROW_DOWNDeprecated.- See Also:
 
- 
ARROW_OFFpublic static final int ARROW_OFFDeprecated.- See Also:
 
- 
STROKEDeprecated.
- 
wprotected int wDeprecated.
- 
hprotected int hDeprecated.
- 
lightDeprecated.
- 
darkDeprecated.
- 
fillDeprecated.
 
- 
- 
Constructor Details- 
ArrowIconpublic ArrowIcon()Deprecated.
- 
ArrowIconpublic ArrowIcon(int w, int h) Deprecated.
 
- 
- 
Method Details- 
getIconHeightpublic int getIconHeight()Deprecated.- Specified by:
- getIconHeightin interface- Icon
 
- 
getIconWidthpublic int getIconWidth()Deprecated.- Specified by:
- getIconWidthin interface- Icon
 
- 
paintIconDeprecated.
- 
mainDeprecated.
- 
getArrowTypepublic int getArrowType()Deprecated.
- 
setArrowTypepublic void setArrowType(int i) Deprecated.
- 
getDarkDeprecated.
- 
setDarkDeprecated.
- 
getLightDeprecated.
- 
setLightDeprecated.
- 
getFillDeprecated.
- 
setFillDeprecated.
 
-