Class ProgressBar

java.lang.Object
net.sourceforge.plantuml.ProgressBar

public class ProgressBar extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    incDone(boolean error)
     
    static void
    incTotal(int nb)
     
    static void
    setEnable(boolean value)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProgressBar

      public ProgressBar()
  • Method Details

    • clear

      public static void clear()
    • incTotal

      public static void incTotal(int nb)
    • incDone

      public static void incDone(boolean error)
    • setEnable

      public static void setEnable(boolean value)