|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.trinity.cs.gamecore.basic.BasicBlock
edu.trinity.cs.gamecore.basic.BasicBlock1
public class BasicBlock1
This was just another sample block.
| Constructor Summary | |
|---|---|
BasicBlock1()
|
|
| 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<BasicBlock,BasicEntity> |
getLinkLocation()
Returns the location that this block links to. |
void |
setLinkLocation(Location<BasicBlock,BasicEntity> 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 BasicBlock1()
| Method Detail |
|---|
public java.awt.Image getImage()
Block
getImage in interface Block<BasicBlock,BasicEntity>getImage in class BasicBlockpublic java.awt.Container getEditPropertiesPanel()
Block
getEditPropertiesPanel in interface Block<BasicBlock,BasicEntity>getEditPropertiesPanel in class BasicBlockpublic Location<BasicBlock,BasicEntity> getLinkLocation()
Block
getLinkLocation in interface Block<BasicBlock,BasicEntity>getLinkLocation in class BasicBlockpublic void setLinkLocation(Location<BasicBlock,BasicEntity> linkLocation)
Block
setLinkLocation in interface Block<BasicBlock,BasicEntity>setLinkLocation in class BasicBlocklinkLocation - The location the block should link to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||