org.foray.mif
Class MifImportObject

java.lang.Object
  extended by org.foray.mif.MifToken
      extended by org.foray.mif.MifImportObject

public class MifImportObject
extends MifToken

A MIF Import Object.


Constructor Summary
MifImportObject(String url, int x, int y, int w, int h)
          Constructor.
 
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
 

Constructor Detail

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 (??).
Method Detail

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.