fop 1.0

org.apache.fop.afp.modca
Class ImageDataDescriptor

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.ImageDataDescriptor
All Implemented Interfaces:
Streamable

public class ImageDataDescriptor
extends AbstractDescriptor

ImageDataDescriptor


Nested Class Summary
 
Nested classes inherited from class org.apache.fop.afp.modca.AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type
 
Field Summary
static byte FUNCTION_SET_FS10
           
static byte FUNCTION_SET_FS11
           
static byte FUNCTION_SET_FS45
           
 
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
ImageDataDescriptor(int width, int height, int widthRes, int heightRes)
          Constructor for a ImageDataDescriptor for the specified resolution, width and height.
 
Method Summary
 void setFunctionSet(byte functionSet)
          Sets the IOCA function set to be used.
 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
 

Field Detail

FUNCTION_SET_FS10

public static final byte FUNCTION_SET_FS10
See Also:
Constant Field Values

FUNCTION_SET_FS11

public static final byte FUNCTION_SET_FS11
See Also:
Constant Field Values

FUNCTION_SET_FS45

public static final byte FUNCTION_SET_FS45
See Also:
Constant Field Values
Constructor Detail

ImageDataDescriptor

public ImageDataDescriptor(int width,
                           int height,
                           int widthRes,
                           int heightRes)
Constructor for a ImageDataDescriptor for the specified resolution, width and height.

Parameters:
width - The width of the image.
height - The height of the height.
widthRes - The horizontal resolution of the image.
heightRes - The vertical resolution of the image.
Method Detail

setFunctionSet

public void setFunctionSet(byte functionSet)
Sets the IOCA function set to be used.

Parameters:
functionSet - the function set (0x0A for FS 10, 0x0B for FS 11, etc.)

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.