|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteditor.model.Exit
public class Exit
This class will be used by the gui to store information about an exit created with the editor
Constructor Summary | |
---|---|
Exit(java.lang.String name,
java.lang.String bshName,
java.lang.String x,
java.lang.String y,
java.lang.String width,
java.lang.String height,
java.lang.String newX,
java.lang.String newY,
java.lang.String destination)
Creates an exit object for data storage purposes for the editor |
Method Summary | |
---|---|
java.lang.String |
getBshName()
Returns the beanshell name |
java.lang.String |
getDestination()
Returns the name of the destination location |
java.lang.String |
getHeight()
Returns the height |
java.lang.String |
getName()
Returns the name |
java.lang.String |
getNewX()
Returns the x coordinate of the character after useing the exit |
java.lang.String |
getNewY()
Returns the y coordinate of the character after useing the exit |
java.lang.String |
getWidth()
Returns the width |
java.lang.String |
getX()
Returns the x coordinate |
java.lang.String |
getY()
Returns the y coordinate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Exit(java.lang.String name, java.lang.String bshName, java.lang.String x, java.lang.String y, java.lang.String width, java.lang.String height, java.lang.String newX, java.lang.String newY, java.lang.String destination)
name
- exit namebshName
- exit beanshell namex
- x coordinatey
- y coordinatewidth
- exit widthheight
- exit heightnewX
- new x coordiate after using the exitnewY
- new y coordiate after using the exitdestination
- destination game location nameMethod Detail |
---|
public java.lang.String getBshName()
public java.lang.String getDestination()
public java.lang.String getHeight()
public java.lang.String getName()
public java.lang.String getNewX()
public java.lang.String getNewY()
public java.lang.String getWidth()
public java.lang.String getX()
public java.lang.String getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |