Class JSpinnerShape

All Implemented Interfaces:
RMArchiver.Archiving, RMShapePainter.Paint, RJMinMaxSizeSettable, Cloneable

public class JSpinnerShape extends RJShape
  • Constructor Details

    • JSpinnerShape

      public JSpinnerShape()
      Creates a new slider shape.
    • JSpinnerShape

      public JSpinnerShape(JComponent aComponent)
      Creates a new slider shape.
  • Method Details

    • getSpinner

      public JSpinner getSpinner()
      Returns the slider shape's slider.
    • paintImage

      public void paintImage(Graphics2D g)
      Paints the combo box shape.
      Overrides:
      paintImage in class RJShape