|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.modca.AbstractAFPObject
org.apache.fop.render.afp.modca.AbstractNamedAFPObject
org.apache.fop.render.afp.modca.AbstractPageObject
org.apache.fop.render.afp.modca.Overlay
public class Overlay
Field Summary |
---|
Fields inherited from class org.apache.fop.render.afp.modca.AbstractPageObject |
---|
_activeEnvironmentGroup, _objects, _segments, _tagLogicalElements |
Fields inherited from class org.apache.fop.render.afp.modca.AbstractNamedAFPObject |
---|
_name, _nameBytes |
Fields inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
---|
log |
Constructor Summary | |
---|---|
Overlay(java.lang.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. |
Method Summary | |
---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the overlay. |
Methods inherited from class org.apache.fop.render.afp.modca.AbstractPageObject |
---|
createFont, createIncludePageSegment, createLine, createNoOperation, createShading, createTagLogicalElement, createText, endPage, getActiveEnvironmentGroup, getHeight, getImageObject, getRotation, getWidth, isComplete |
Methods inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
---|
writeObjectList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Overlay(java.lang.String name, int width, int height, int rotation)
name
- the name of the page.width
- the width of the page.height
- the height of the page.rotation
- the rotation of the page.Method Detail |
---|
public void writeDataStream(java.io.OutputStream os) throws java.io.IOException
writeDataStream
in class AbstractAFPObject
os
- The stream to write to
java.io.IOException
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |