org.foray.mif
Class MifImportObject
java.lang.Object
org.foray.mif.MifToken
org.foray.mif.MifImportObject
public class MifImportObject
- extends MifToken
A MIF Import Object.
Method Summary |
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 |
MifImportObject
public MifImportObject(String url,
int x,
int y,
int w,
int h)
- Constructor.
- Parameters:
url
- The URL to this imported object.x
- The x coordinate, in points (??).y
- The y coordinate, in points (??).w
- The width, in points (??).h
- The height, in points (??).
mifContent
public String mifContent()
- Description copied from class:
MifToken
- Returns the content of this token as a String.
- Returns:
- The content of this token as a String.
Copyright © 2017. All rights reserved.