|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.modca.AFPObject
org.apache.fop.render.afp.modca.ImageOutputControl
The IM Image Output Control structured field specifies the position and orientation of the IM image object area and the mapping of the image points to presentation device pels.
Field Summary |
Fields inherited from class org.apache.fop.render.afp.modca.AFPObject |
LOGGER |
Constructor Summary | |
ImageOutputControl(int x,
int y)
Constructor for the ImageOutputControl The x parameter specifies the offset, along the X-axis, of the IM image object area origin to the origin of the including page and the y parameter specifies the offset along the Y-axis. |
Method Summary | |
byte[] |
getDataStream()
Get the AFP data stream for ImageOutputControl |
void |
setOrientation(int orientation)
Sets the orientation which specifies the amount of clockwise rotation of the IM image object area. |
void |
setSinglepoint(boolean singlepoint)
Sets the singlepoint, if true map an image point to a single presentation device pel in the IM image object area. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImageOutputControl(int x, int y)
x
- The X-axis offset.y
- The Y-axis offset.Method Detail |
public byte[] getDataStream()
getDataStream
in class AFPObject
public void setOrientation(int orientation)
orientation
- The orientation to set.public void setSinglepoint(boolean singlepoint)
singlepoint
- Use the singlepoint basis when true.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |