|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.trinity.cs.gamecore.madison.MadisonBlock
public class MadisonBlock
Constructor Summary | |
---|---|
MadisonBlock()
|
Method Summary | |
---|---|
java.awt.Container |
getEditPropertiesPanel()
This method returns a panel that should be set up so that users can edit the properties of this block. |
java.awt.Image |
getImage()
This returns the image that should be drawn for this block. |
Location<MadisonBlock,MadisonEntity> |
getLinkLocation()
Returns the location that this block links to. |
void |
setLinkLocation(Location<MadisonBlock,MadisonEntity> linkLocation)
Sets the location that this block links to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MadisonBlock()
Method Detail |
---|
public java.awt.Image getImage()
Block
getImage
in interface Block<MadisonBlock,MadisonEntity>
public java.awt.Container getEditPropertiesPanel()
Block
getEditPropertiesPanel
in interface Block<MadisonBlock,MadisonEntity>
public Location<MadisonBlock,MadisonEntity> getLinkLocation()
Block
getLinkLocation
in interface Block<MadisonBlock,MadisonEntity>
public void setLinkLocation(Location<MadisonBlock,MadisonEntity> linkLocation)
Block
setLinkLocation
in interface Block<MadisonBlock,MadisonEntity>
linkLocation
- The location the block should link to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |