org.apache.fop.afp.modca
Class GraphicsDataDescriptor
java.lang.Object
org.apache.fop.afp.modca.AbstractAFPObject
org.apache.fop.afp.modca.AbstractStructuredObject
org.apache.fop.afp.modca.AbstractTripletStructuredObject
org.apache.fop.afp.modca.AbstractDescriptor
org.apache.fop.afp.modca.GraphicsDataDescriptor
- All Implemented Interfaces:
- Streamable
public class GraphicsDataDescriptor
- extends AbstractDescriptor
GOCA Graphics Data Descriptor
|
Constructor Summary |
GraphicsDataDescriptor(int xlwind,
int xrwind,
int ybwind,
int ytwind,
int widthRes,
int heightRes)
Main constructor |
|
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.AbstractTripletStructuredObject |
addTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setObjectClassification, writeTriplets |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GraphicsDataDescriptor
public GraphicsDataDescriptor(int xlwind,
int xrwind,
int ybwind,
int ytwind,
int widthRes,
int heightRes)
- Main constructor
- Parameters:
xlwind - the left edge of the graphics windowxrwind - the right edge of the graphics windowybwind - the top edge of the graphics windowytwind - the bottom edge of the graphics windowwidthRes - the width resolution of the graphics windowheightRes - the height resolution of the graphics window
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
- Parameters:
os - the outputsteam stream
- Throws:
java.io.IOException - an I/O exception of some sort has occurred.
Copyright 1999-2009 The Apache Software Foundation. All Rights Reserved.