fop 1.0

org.apache.fop.afp.modca
Class PageDescriptor

java.lang.Object
  extended byorg.apache.fop.afp.modca.AbstractAFPObject
      extended byorg.apache.fop.afp.modca.AbstractStructuredObject
          extended byorg.apache.fop.afp.modca.AbstractTripletStructuredObject
              extended byorg.apache.fop.afp.modca.AbstractDescriptor
                  extended byorg.apache.fop.afp.modca.PageDescriptor
All Implemented Interfaces:
Streamable

public class PageDescriptor
extends AbstractDescriptor

The Page Descriptor structured field specifies the size and attributes of a page or overlay presentation space.


Nested Class Summary
 
Nested classes inherited from class org.apache.fop.afp.modca.AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type
 
Field Summary
 
Fields inherited from class org.apache.fop.afp.modca.AbstractDescriptor
height, heightRes, width, widthRes
 
Fields inherited from class org.apache.fop.afp.modca.AbstractTripletStructuredObject
triplets
 
Fields inherited from class org.apache.fop.afp.modca.AbstractAFPObject
log, SF_CLASS, SF_HEADER
 
Constructor Summary
PageDescriptor(int width, int height, int widthRes, int heightRes)
          Construct a page descriptor for the specified page width and page height.
 
Method Summary
 void writeToStream(java.io.OutputStream os)
          DataStream objects must implement the writeToStream() method to write its data to the given OutputStream
 
Methods inherited from class org.apache.fop.afp.modca.AbstractDescriptor
getHeight, getWidth, toString
 
Methods inherited from class org.apache.fop.afp.modca.AbstractTripletStructuredObject
addTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setObjectClassification, writeTriplets
 
Methods inherited from class org.apache.fop.afp.modca.AbstractStructuredObject
writeContent, writeEnd, writeStart
 
Methods inherited from class org.apache.fop.afp.modca.AbstractAFPObject
copyChunks, copySF, copySF, truncate, writeChunksToStream, writeObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageDescriptor

public PageDescriptor(int width,
                      int height,
                      int widthRes,
                      int heightRes)
Construct a page descriptor for the specified page width and page height.

Parameters:
width - The page width.
height - The page height.
widthRes - The page width resolution
heightRes - The page height resolution
Method Detail

writeToStream

public void writeToStream(java.io.OutputStream os)
                   throws java.io.IOException
DataStream objects must implement the writeToStream() method to write its data to the given OutputStream

Specified by:
writeToStream in interface Streamable
Overrides:
writeToStream in class AbstractStructuredObject
Throws:
java.io.IOException

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.