wrapatext
Class Counter

java.lang.Object
  |
  +--wrapatext.Counter

public class Counter
extends java.lang.Object


Constructor Summary
Counter()
           
 
Method Summary
 int getValue()
           
 void increment()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter

public Counter()
Method Detail

increment

public void increment()

reset

public void reset()

getValue

public int getValue()