|
fop 0.95 | |||||||||
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.AbstractDescriptor
org.apache.fop.render.afp.modca.PageDescriptor
public class PageDescriptor
The Page Descriptor structured field specifies the size and attributes of a page or overlay presentation space.
Field Summary |
---|
Fields inherited from class org.apache.fop.render.afp.modca.AbstractDescriptor |
---|
height, heightResolution, width, widthResolution |
Fields inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
---|
log |
Constructor Summary | |
---|---|
PageDescriptor(int width,
int height,
int widthResolution,
int heightResolution)
Construct a page descriptor for the specified page width and page height. |
Method Summary | |
---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Page Descriptor |
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 PageDescriptor(int width, int height, int widthResolution, int heightResolution)
width
- The page width.height
- The page height.widthResolution
- The page width resolutionheightResolution
- The page height resolutionMethod 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
- in the event that an I/O Exception occurred
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |