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
|
writeObjectList
public 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 AbstractAFPObject
os
- The stream to write tojava.io.IOException
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.