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 Summary
Fields 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 Summary
All 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_UP
public static final int ARROW_UP
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ARROW_DOWN
public static final int ARROW_DOWN
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ARROW_OFF
public static final int ARROW_OFF
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
STROKE
protected static final java.awt.Stroke STROKE
Deprecated. 
- 
w
protected int w
Deprecated. 
- 
h
protected int h
Deprecated. 
- 
light
protected java.awt.Color light
Deprecated. 
- 
dark
protected java.awt.Color dark
Deprecated. 
- 
fill
protected java.awt.Color fill
Deprecated. 
 - 
 
- 
Method Detail
- 
getIconHeight
public int getIconHeight()
Deprecated.- Specified by:
 getIconHeightin interfacejavax.swing.Icon
 
- 
getIconWidth
public int getIconWidth()
Deprecated.- Specified by:
 getIconWidthin interfacejavax.swing.Icon
 
- 
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)Deprecated.- Specified by:
 paintIconin interfacejavax.swing.Icon
 
- 
main
public static void main(java.lang.String[] args)
Deprecated. 
- 
getArrowType
public int getArrowType()
Deprecated. 
- 
setArrowType
public void setArrowType(int i)
Deprecated. 
- 
getDark
public java.awt.Color getDark()
Deprecated. 
- 
setDark
public void setDark(java.awt.Color dark)
Deprecated. 
- 
getLight
public java.awt.Color getLight()
Deprecated. 
- 
setLight
public void setLight(java.awt.Color light)
Deprecated. 
- 
getFill
public java.awt.Color getFill()
Deprecated. 
- 
setFill
public void setFill(java.awt.Color fill)
Deprecated. 
 - 
 
 -