Class ArrowIcon
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.ArrowIcon
- All Implemented Interfaces:
Icon
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated.static final int
Deprecated.protected Color
Deprecated.protected Color
Deprecated.protected int
Deprecated.protected Color
Deprecated.protected static final Stroke
Deprecated.protected int
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.getDark()
Deprecated.getFill()
Deprecated.int
Deprecated.int
Deprecated.getLight()
Deprecated.static void
Deprecated.void
Deprecated.void
setArrowType
(int i) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.
-
Field Details
-
ARROW_UP
public static final int ARROW_UPDeprecated.- See Also:
-
ARROW_DOWN
public static final int ARROW_DOWNDeprecated.- See Also:
-
ARROW_OFF
public static final int ARROW_OFFDeprecated.- See Also:
-
STROKE
Deprecated. -
w
protected int wDeprecated. -
h
protected int hDeprecated. -
light
Deprecated. -
dark
Deprecated. -
fill
Deprecated.
-
-
Constructor Details
-
ArrowIcon
public ArrowIcon()Deprecated. -
ArrowIcon
public ArrowIcon(int w, int h) Deprecated.
-
-
Method Details
-
getIconHeight
public int getIconHeight()Deprecated.- Specified by:
getIconHeight
in interfaceIcon
-
getIconWidth
public int getIconWidth()Deprecated.- Specified by:
getIconWidth
in interfaceIcon
-
paintIcon
Deprecated. -
main
Deprecated. -
getArrowType
public int getArrowType()Deprecated. -
setArrowType
public void setArrowType(int i) Deprecated. -
getDark
Deprecated. -
setDark
Deprecated. -
getLight
Deprecated. -
setLight
Deprecated. -
getFill
Deprecated. -
setFill
Deprecated.
-