Class JSpinnerShape

    • Constructor Detail

      • JSpinnerShape

        public JSpinnerShape()
    • Method Detail

      • getNumber

        public double getNumber()
        Returns the spinner value.
      • setNumber

        public void setNumber​(double aValue)
        Sets the spinner value.
      • getMinimum

        public double getMinimum()
        Returns the spinner min.
      • setMinimum

        public void setMinimum​(double aValue)
        Sets the spinner min.
      • getMaximum

        public double getMaximum()
        Returns the spinner max.
      • setMaximum

        public void setMaximum​(double aValue)
        Sets the spinner min.
      • getStepSize

        public double getStepSize()
        Returns the spinner step size.
      • setStepSize

        public void setStepSize​(double aValue)
        Sets the spinner step size.
      • getComponentClass

        public java.lang.Class<? extends javax.swing.JComponent> getComponentClass()
        Returns the component class for this component shape.
        Overrides:
        getComponentClass in class JComponentShape