Package org.apache.fop.afp.modca
Class ImageDataDescriptor
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.ImageDataDescriptor
- All Implemented Interfaces:
Streamable
ImageDataDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.fop.afp.modca.AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytefunction set fs10static final bytefunction set fs11static final bytefunction set fs45Fields inherited from class org.apache.fop.afp.modca.AbstractDescriptor
height, heightRes, width, widthResFields inherited from class org.apache.fop.afp.modca.AbstractTripletStructuredObject
tripletsFields inherited from class org.apache.fop.afp.modca.AbstractAFPObject
LOG, SF_CLASS, SF_HEADER_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionImageDataDescriptor(int width, int height, int widthRes, int heightRes) Constructor for a ImageDataDescriptor for the specified resolution, width and height. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFunctionSet(byte functionSet) Sets the IOCA function set to be used.voidDataStream objects must implement the writeToStream() method to write its data to the given OutputStreamMethods inherited from class org.apache.fop.afp.modca.AbstractDescriptor
getHeight, getWidth, toStringMethods inherited from class org.apache.fop.afp.modca.AbstractTripletStructuredObject
addTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setFullyQualifiedName, setObjectClassification, writeTripletsMethods inherited from class org.apache.fop.afp.modca.AbstractStructuredObject
writeContent, writeEnd, writeStartMethods inherited from class org.apache.fop.afp.modca.AbstractAFPObject
copySF, copySF, truncate, writeChunksToStream, writeObjects
-
Field Details
-
FUNCTION_SET_FS10
public static final byte FUNCTION_SET_FS10function set fs10- See Also:
-
FUNCTION_SET_FS11
public static final byte FUNCTION_SET_FS11function set fs11- See Also:
-
FUNCTION_SET_FS45
public static final byte FUNCTION_SET_FS45function set fs45- See Also:
-
-
Constructor Details
-
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 Details
-
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
DataStream objects must implement the writeToStream() method to write its data to the given OutputStream- Specified by:
writeToStreamin interfaceStreamable- Overrides:
writeToStreamin classAbstractStructuredObject- Parameters:
os- the outputsteam stream- Throws:
IOException- an I/O exception of some sort has occurred.
-