org.apache.fop.render.afp.modca
Class Overlay
Overlay(String name, int width, int height, int rotation) - Construct a new overlay object for the specified name argument, the overlay
name should be an 8 character identifier.
|
void | writeDataStream(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 , isComplete |
Overlay
public Overlay(String name,
int width,
int height,
int rotation)
Construct a new overlay object for the specified name argument, the overlay
name should be an 8 character identifier.
name
- the name of the page.width
- the width of the page.height
- the height of the page.rotation
- the rotation of the page.
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException
Accessor method to write the AFP datastream for the overlay.
- writeDataStream in interface AbstractAFPObject
os
- The stream to write to
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.