Class ArrowIcon

  • All Implemented Interfaces:
    javax.swing.Icon

    @Deprecated
    public class ArrowIcon
    extends java.lang.Object
    implements javax.swing.Icon
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ARROW_DOWN
      Deprecated.
       
      static int ARROW_OFF
      Deprecated.
       
      static int ARROW_UP
      Deprecated.
       
      protected java.awt.Color dark
      Deprecated.
       
      protected java.awt.Color fill
      Deprecated.
       
      protected int h
      Deprecated.
       
      protected java.awt.Color light
      Deprecated.
       
      protected static java.awt.Stroke STROKE
      Deprecated.
       
      protected int w
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrowIcon()
      Deprecated.
       
      ArrowIcon​(int w, int h)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int getArrowType()
      Deprecated.
       
      java.awt.Color getDark()
      Deprecated.
       
      java.awt.Color getFill()
      Deprecated.
       
      int getIconHeight()
      Deprecated.
       
      int getIconWidth()
      Deprecated.
       
      java.awt.Color getLight()
      Deprecated.
       
      static void main​(java.lang.String[] args)
      Deprecated.
       
      void paintIcon​(java.awt.Component c, java.awt.Graphics g, int x, int y)
      Deprecated.
       
      void setArrowType​(int i)
      Deprecated.
       
      void setDark​(java.awt.Color dark)
      Deprecated.
       
      void setFill​(java.awt.Color fill)
      Deprecated.
       
      void setLight​(java.awt.Color light)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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.
    • Constructor Detail

      • ArrowIcon

        public ArrowIcon()
        Deprecated.
      • ArrowIcon

        public ArrowIcon​(int w,
                         int h)
        Deprecated.
    • Method Detail

      • getIconHeight

        public int getIconHeight()
        Deprecated.
        Specified by:
        getIconHeight in interface javax.swing.Icon
      • getIconWidth

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

        public void paintIcon​(java.awt.Component c,
                              java.awt.Graphics g,
                              int x,
                              int y)
        Deprecated.
        Specified by:
        paintIcon in interface javax.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.