Class JProgressBarShape

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

public class JProgressBarShape extends RJShape
  • Constructor Details

    • JProgressBarShape

      public JProgressBarShape()
      Create a new progress bar shape.
    • JProgressBarShape

      public JProgressBarShape(JComponent aComponent)
      Create a new progress bar shape.
  • Method Details

    • getProgressBar

      public JProgressBar getProgressBar()
      Returns the progress bar shape's progress bar.
    • paintImage

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