|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.game.RoomRegion
public class RoomRegion
WRITEME: Document this type.
Field Summary | |
---|---|
private String |
identifier
WRITEME brpocock@star-hope.org |
private GeneralPath |
path
WRITEME brpocock@star-hope.org |
private String |
polyString
WRITEME brpocock@star-hope.org |
Constructor Summary | |
---|---|
RoomRegion(String value)
WRITEME brpocock@star-hope.org |
Method Summary | |
---|---|
String |
getIdentifier()
|
GeneralPath |
getPath()
|
String |
getPolyString()
|
void |
set(String value)
|
void |
setIdentifier(String newIdentifier)
|
void |
setPath(GeneralPath newPath)
|
void |
setPolyString(String newString)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private GeneralPath path
private String identifier
private String polyString
Constructor Detail |
---|
public RoomRegion(String value)
value
- WRITEMEMethod Detail |
---|
public String getIdentifier()
public GeneralPath getPath()
public String getPolyString()
public void set(String value)
value
- WRITEMEpublic void setIdentifier(String newIdentifier)
newIdentifier
- the identifier to setpublic void setPath(GeneralPath newPath)
newPath
- the path to setpublic void setPolyString(String newString)
newString
- the polyString to setpublic String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |