Class JProgressBarShape

    • Constructor Detail

      • JProgressBarShape

        public JProgressBarShape()
    • Method Detail

      • getMinimum

        public double getMinimum()
        Returns the minimum value of progress bar.
      • setMinimum

        public void setMinimum​(double aValue)
        Sets the minimum value of the progress bar.
      • getMaximum

        public double getMaximum()
        Returns the maximum value of progress bar.
      • setMaximum

        public void setMaximum​(double aValue)
        Sets the maximum value of the progress bar.
      • getValue

        public double getValue()
        Returns the value of progress bar.
      • setValue

        public void setValue​(double aValue)
        Sets the value of the progress bar.
      • isIndeterminate

        public boolean isIndeterminate()
        Returns whether progress bar is indeterminate.
      • getIndeterminate

        public java.lang.Boolean getIndeterminate()
        Returns whether progress bar is indetermiante.
      • setIndeterminate

        public void setIndeterminate​(java.lang.Boolean aValue)
        Sets whether progress bar is indetermiante.
      • getOrientation

        public int getOrientation()
        Returns the orientation of this progress bar.
      • setOrientation

        public void setOrientation​(int aValue)
        Sets the orientation of this progress bar.
      • getComponentClass

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