|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.foray.mif.MifToken
org.foray.mif.MifFrame
public class MifFrame
A MIF Frame.
| Constructor Summary | |
|---|---|
MifFrame(int x,
int y,
int w,
int h,
int id)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addContent(MifImportObject obj)
Add a content item. |
int |
getID()
Returns this frame's ID. |
String |
mifContent()
Returns the content of this token as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MifFrame(int x,
int y,
int w,
int h,
int id)
x - The x coordinate, in points (??).y - The y coordinate, in points (??).w - The width, in points (??).h - The height, in points (??).id - The id for this frame.| Method Detail |
|---|
public void addContent(MifImportObject obj)
obj - The content item to add to this frame.public String mifContent()
MifToken
public int getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||