|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectstoryworld.Marker
public class Marker
| 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 |
|---|
protected String name
protected int value
protected boolean visible
| Constructor Detail |
|---|
public Marker(String s,
int i)
public Marker(String s,
int i,
boolean isVisible)
| Method Detail |
|---|
public String getName()
public int getValue()
public void increaseValue(int i)
public boolean isVisible()
public void setValue(int i)
public void setVisible(boolean b)
public String toString()
toString in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||