storyworld
Class Marker

java.lang.Object
  extended by storyworld.Marker

public class Marker
extends Object


Field Summary
protected  String name
           
protected  int value
           
protected  boolean visible
           
 
Constructor Summary
Marker(String s, int i)
           
Marker(String s, int i, boolean isVisible)
           
 
Method Summary
 String getName()
           
 int getValue()
           
 void increaseValue(int i)
           
 boolean isVisible()
           
 void setValue(int i)
           
 void setVisible(boolean b)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

value

protected int value

visible

protected boolean visible
Constructor Detail

Marker

public Marker(String s,
              int i)

Marker

public Marker(String s,
              int i,
              boolean isVisible)
Method Detail

getName

public String getName()

getValue

public int getValue()

increaseValue

public void increaseValue(int i)

isVisible

public boolean isVisible()

setValue

public void setValue(int i)

setVisible

public void setVisible(boolean b)

toString

public String toString()
Overrides:
toString in class Object