Class ScanManagerArrowButton

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class ScanManagerArrowButton extends BasicArrowButton
JButton object that draws a scaled Arrow in one of the cardinal directions.
Author:
Zleurtor
See Also:
  • Constructor Details

    • ScanManagerArrowButton

      public ScanManagerArrowButton(int direction)
      Creates a ScanManagerArrowButton whose arrow is drawn in the specified direction.
      Parameters:
      direction - The direction of the arrow; one of SwingConstants.NORTH, SwingConstants.SOUTH, SwingConstants.EAST or SwingConstants.WEST.
  • Method Details