Streamablepublic class ImageDataDescriptor extends AbstractDescriptor
AbstractAFPObject.Category, AbstractAFPObject.Type| Modifier and Type | Field | Description |
|---|---|---|
static byte |
FUNCTION_SET_FS10 |
function set fs10
|
static byte |
FUNCTION_SET_FS11 |
function set fs11
|
static byte |
FUNCTION_SET_FS45 |
function set fs45
|
LOG, SF_CLASS, SF_HEADER_LENGTHheight, heightRes, width, widthRestriplets| Constructor | Description |
|---|---|
ImageDataDescriptor(int width,
int height,
int widthRes,
int heightRes) |
Constructor for a ImageDataDescriptor for the specified
resolution, width and height.
|
| Modifier and Type | Method | Description |
|---|---|---|
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
|
copySF, copySF, truncate, writeChunksToStream, writeObjectsgetHeight, getWidth, toStringwriteContent, writeEnd, writeStartaddTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setFullyQualifiedName, setObjectClassification, writeTripletspublic static final byte FUNCTION_SET_FS10
public static final byte FUNCTION_SET_FS11
public static final byte FUNCTION_SET_FS45
public ImageDataDescriptor(int width,
int height,
int widthRes,
int heightRes)
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.public void setFunctionSet(byte functionSet)
functionSet - the function set (0x0A for FS 10, 0x0B for FS 11, etc.)public void writeToStream(java.io.OutputStream os)
throws java.io.IOException
writeToStream in interface StreamablewriteToStream in class AbstractStructuredObjectos - the outputsteam streamjava.io.IOException - an I/O exception of some sort has occurred.Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.