public class ImageCellPosition extends AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type
LOG, SF_CLASS, SF_HEADER_LENGTH
Constructor and Description |
---|
ImageCellPosition(int x,
int y)
Main Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
setXFillSize(int size)
Specifies the extent of the fill rectangle in the X direction,
in image points.
|
void |
setXSize(int xcSize)
Specifies the extent in the X direction, in image points,
of this image cell.
|
void |
setYFillSize(int size)
Specifies the extent of the fill rectangle in the Y direction,
in image points.
|
void |
setYSize(int size)
Specifies the extent in the Y direction, in image points,
of this image cell.
|
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, writeObjects
public ImageCellPosition(int x, int y)
x
- The offset of image cell in X directiony
- The offset of image cell in Y directionpublic void writeToStream(java.io.OutputStream os) throws java.io.IOException
os
- the outputsteam streamjava.io.IOException
- an I/O exception of some sort has occurred.public void setXSize(int xcSize)
xcSize
- The size to set.public void setXFillSize(int size)
size
- The size to set.public void setYSize(int size)
size
- The size to set.public void setYFillSize(int size)
size
- The size to set.Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.