net.sourceforge.arbaro.export
Class Progress

java.lang.Object
  extended by net.sourceforge.arbaro.export.Progress

public final class Progress
extends java.lang.Object

Handle progress while creating and exporting a tree


Constructor Summary
Progress()
           
 
Method Summary
 void beginPhase(java.lang.String ph, long max)
           
 void endPhase()
           
 long getMaxProgress()
           
 int getPercent()
           
 java.lang.String getPhase()
           
 void incProgress(long inc)
           
 void setProgress(long prog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Progress

public Progress()
Method Detail

beginPhase

public void beginPhase(java.lang.String ph,
                       long max)

endPhase

public void endPhase()

setProgress

public void setProgress(long prog)

incProgress

public void incProgress(long inc)

getPercent

public int getPercent()

getPhase

public java.lang.String getPhase()

getMaxProgress

public long getMaxProgress()