public class ImageCellPosition extends AbstractAFPObject
log
Constructor and Description |
---|
ImageCellPosition(int x,
int y)
Constructor for the ImageCellPosition
|
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 |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Image Cell Position
|
writeObjectList
public ImageCellPosition(int x, int y)
x
- The offset of image cell in X directiony
- The offset of image cell in Y directionpublic void writeDataStream(java.io.OutputStream os) throws java.io.IOException
writeDataStream
in class AbstractAFPObject
os
- The stream to write tojava.io.IOException
- if an I/O exception occurredpublic 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-2008 The Apache Software Foundation. All Rights Reserved.