org.apache.fop.render.afp.modca
public class Overlay extends AbstractPageObject
activeEnvironmentGroup, objects, segments, tagLogicalElementsname, nameByteslog| Constructor and Description |
|---|
Overlay(java.lang.String name,
int width,
int height,
int rotation,
int widthResolution,
int heightResolution)
Construct a new overlay object for the specified name argument, the overlay
name should be an 8 character identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the overlay.
|
createFont, createIncludePageSegment, createLine, createNoOperation, createShading, createTagLogicalElement, createText, endPage, getActiveEnvironmentGroup, getHeight, getImageObject, getRotation, getWidth, isCompletewriteObjectListpublic Overlay(java.lang.String name,
int width,
int height,
int rotation,
int widthResolution,
int heightResolution)
name - the name of the page.width - the width of the page.height - the height of the page.rotation - the rotation of the page.widthResolution - the width resolution of the page.heightResolution - the height resolution of the page.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.