java.lang.Object
com.inductiveautomation.ignition.client.util.gui.ArrowIcon
All Implemented Interfaces:
Icon

@Deprecated public class ArrowIcon extends Object implements Icon
Deprecated.
  • Field Details

    • ARROW_UP

      public static final int ARROW_UP
      Deprecated.
      See Also:
    • ARROW_DOWN

      public static final int ARROW_DOWN
      Deprecated.
      See Also:
    • ARROW_OFF

      public static final int ARROW_OFF
      Deprecated.
      See Also:
    • STROKE

      protected static final Stroke STROKE
      Deprecated.
    • w

      protected int w
      Deprecated.
    • h

      protected int h
      Deprecated.
    • light

      protected Color light
      Deprecated.
    • dark

      protected Color dark
      Deprecated.
    • fill

      protected Color 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 interface Icon
    • getIconWidth

      public int getIconWidth()
      Deprecated.
      Specified by:
      getIconWidth in interface Icon
    • paintIcon

      public void paintIcon(Component c, Graphics g, int x, int y)
      Deprecated.
      Specified by:
      paintIcon in interface Icon
    • main

      public static void main(String[] args)
      Deprecated.
    • getArrowType

      public int getArrowType()
      Deprecated.
    • setArrowType

      public void setArrowType(int i)
      Deprecated.
    • getDark

      public Color getDark()
      Deprecated.
    • setDark

      public void setDark(Color dark)
      Deprecated.
    • getLight

      public Color getLight()
      Deprecated.
    • setLight

      public void setLight(Color light)
      Deprecated.
    • getFill

      public Color getFill()
      Deprecated.
    • setFill

      public void setFill(Color fill)
      Deprecated.