org.apache.fop.render.afp.modca
public class IncludePageOverlay extends AbstractNamedAFPObject
name, nameByteslog| Constructor and Description |
|---|
IncludePageOverlay(java.lang.String overlayName,
int x,
int y,
int orientation)
Constructor for the Include Page Overlay
|
| Modifier and Type | Method and Description |
|---|---|
void |
setOrientation(int orientation)
Sets the orienation to use for the overlay.
|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Include Page Overlay
|
writeObjectListpublic IncludePageOverlay(java.lang.String overlayName,
int x,
int y,
int orientation)
overlayName - Name of the page segmentx - The x positiony - The y positionorientation - The orientationpublic void setOrientation(int orientation)
orientation - The orientation (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.IOException - thrown if an I/O exception of some sort has occurredCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.