Class PointSpinner

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PointSpinner extends JSpinner
PointSpinner is a spinner that is specialized in displaying x and y value of a point.

Author:
Nako Ruru
See Also:
  • Constructor Details

    • PointSpinner

      public PointSpinner(SpinnerPointModel model)
      Constructs a complete spinner with pair of next/previous buttons and an editor for the SpinnerModel.
      Parameters:
      model -
    • PointSpinner

      public PointSpinner()
      Constructs a spinner with an Integer SpinnerNumberModel with initial value 0 and no minimum or maximum limits.
  • Method Details