|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteditor.model.Hotspot
public class Hotspot
This class will be used by the gui to store information about an interactive hotspot created with the editor
Constructor Summary | |
---|---|
Hotspot(java.lang.String name,
java.lang.String bshName,
java.lang.String x,
java.lang.String y,
java.lang.String width,
java.lang.String height)
Creates an interactive hotspot object for data storage purposes for the editor |
Method Summary | |
---|---|
java.lang.String |
getBshName()
Returns the beanshell name |
java.lang.String |
getHeight()
Returns the height |
java.lang.String |
getName()
Returns the name |
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 Hotspot(java.lang.String name, java.lang.String bshName, java.lang.String x, java.lang.String y, java.lang.String width, java.lang.String height)
name
- interactive hotspot namebshName
- interactive hotspot beanshell namex
- x coordinatey
- y coordinatewidth
- interactive hotspot widthheight
- interactive hotspot heightMethod Detail |
---|
public java.lang.String getBshName()
public java.lang.String getHeight()
public java.lang.String getName()
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 |