org.apache.fop.render.afp.modca
public class ObjectAreaPosition extends AbstractAFPObject
log| Constructor and Description |
|---|
ObjectAreaPosition(int x,
int y,
int rotation)
Construct an object area position for the specified object y, y position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Object Area Position
|
writeObjectListpublic ObjectAreaPosition(int x,
int y,
int rotation)
x - The x coordinate.y - The y coordinate.rotation - The coordinate system rotation (must be 0, 90, 180, 270).public void writeDataStream(java.io.OutputStream os)
throws java.io.IOException
writeDataStream in class AbstractAFPObjectos - The stream to write tojava.io.IOExceptionCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.