org.apache.fop.render.afp.modca
Class ObjectAreaDescriptor
public class ObjectAreaDescriptor
The Object Area Descriptor structured field specifies the size and attributes
of an object area presentation space.
ObjectAreaDescriptor(int width, int height, int widthResolution, int heightResolution) - Construct an object area descriptor for the specified object width
and object height.
|
void | writeDataStream(OutputStream os) - Accessor method to write the AFP datastream for the Object Area Descriptor
|
ObjectAreaDescriptor
public ObjectAreaDescriptor(int width,
int height,
int widthResolution,
int heightResolution)
Construct an object area descriptor for the specified object width
and object height.
width
- The page width.height
- The page height.widthResolution
- The page width resolution.heightResolution
- The page height resolution.
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException
Accessor method to write the AFP datastream for the Object Area Descriptor
- writeDataStream in interface AbstractAFPObject
os
- The stream to write to
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.