Class SortArrowIcon

java.lang.Object
org.apache.log4j.chainsaw.SortArrowIcon
All Implemented Interfaces:
Icon

public class SortArrowIcon extends Object implements Icon
An Icon that is a Nice arrow to be used for displaying which Column is being used for sorting.
  • Field Details

    • NONE

      public static final int NONE
      See Also:
    • DECENDING

      public static final int DECENDING
      See Also:
    • ASCENDING

      public static final int ASCENDING
      See Also:
    • direction

      protected int direction
    • width

      protected int width
    • height

      protected int height
  • Constructor Details

    • SortArrowIcon

      public SortArrowIcon(int direction)
  • Method Details