Class SolidArrowIcon

  • All Implemented Interfaces:
    javax.swing.Icon

    public class SolidArrowIcon
    extends java.lang.Object
    implements javax.swing.Icon
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ARROW_DOWN  
      static int ARROW_OFF  
      static int ARROW_UP  
      protected java.awt.Color color  
    • Constructor Summary

      Constructors 
      Constructor Description
      SolidArrowIcon​(javax.swing.JComponent component)  
    • Constructor Detail

      • SolidArrowIcon

        public SolidArrowIcon​(javax.swing.JComponent component)
    • Method Detail

      • getIconHeight

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

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

        public void paintIcon​(java.awt.Component c,
                              java.awt.Graphics graphics,
                              int x,
                              int y)
        Specified by:
        paintIcon in interface javax.swing.Icon
      • getArrowType

        public int getArrowType()
      • setArrowType

        public void setArrowType​(int i)