Class ArrowIcon
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.gui.ArrowIcon
 
- 
- All Implemented Interfaces:
- javax.swing.Icon
 
 @Deprecated public class ArrowIcon extends java.lang.Object implements javax.swing.IconDeprecated.
- 
- 
Field SummaryFields Modifier and Type Field Description static intARROW_DOWNDeprecated.static intARROW_OFFDeprecated.static intARROW_UPDeprecated.protected java.awt.ColordarkDeprecated.protected java.awt.ColorfillDeprecated.protected inthDeprecated.protected java.awt.ColorlightDeprecated.protected static java.awt.StrokeSTROKEDeprecated.protected intwDeprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetArrowType()Deprecated.java.awt.ColorgetDark()Deprecated.java.awt.ColorgetFill()Deprecated.intgetIconHeight()Deprecated.intgetIconWidth()Deprecated.java.awt.ColorgetLight()Deprecated.static voidmain(java.lang.String[] args)Deprecated.voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)Deprecated.voidsetArrowType(int i)Deprecated.voidsetDark(java.awt.Color dark)Deprecated.voidsetFill(java.awt.Color fill)Deprecated.voidsetLight(java.awt.Color light)Deprecated.
 
- 
- 
- 
Field Detail- 
ARROW_UPpublic static final int ARROW_UP Deprecated.- See Also:
- Constant Field Values
 
 - 
ARROW_DOWNpublic static final int ARROW_DOWN Deprecated.- See Also:
- Constant Field Values
 
 - 
ARROW_OFFpublic static final int ARROW_OFF Deprecated.- See Also:
- Constant Field Values
 
 - 
STROKEprotected static final java.awt.Stroke STROKE Deprecated.
 - 
wprotected int w Deprecated.
 - 
hprotected int h Deprecated.
 - 
lightprotected java.awt.Color light Deprecated.
 - 
darkprotected java.awt.Color dark Deprecated.
 - 
fillprotected java.awt.Color fill Deprecated.
 
- 
 - 
Method Detail- 
getIconHeightpublic int getIconHeight() Deprecated.- Specified by:
- getIconHeightin interface- javax.swing.Icon
 
 - 
getIconWidthpublic int getIconWidth() Deprecated.- Specified by:
- getIconWidthin interface- javax.swing.Icon
 
 - 
paintIconpublic void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)Deprecated.- Specified by:
- paintIconin interface- javax.swing.Icon
 
 - 
mainpublic static void main(java.lang.String[] args) Deprecated.
 - 
getArrowTypepublic int getArrowType() Deprecated.
 - 
setArrowTypepublic void setArrowType(int i) Deprecated.
 - 
getDarkpublic java.awt.Color getDark() Deprecated.
 - 
setDarkpublic void setDark(java.awt.Color dark) Deprecated.
 - 
getLightpublic java.awt.Color getLight() Deprecated.
 - 
setLightpublic void setLight(java.awt.Color light) Deprecated.
 - 
getFillpublic java.awt.Color getFill() Deprecated.
 - 
setFillpublic void setFill(java.awt.Color fill) Deprecated.
 
- 
 
-