|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.modca.AbstractAFPObject
org.apache.fop.render.afp.modca.AbstractDescriptor
public abstract class AbstractDescriptor
Base class for AFP descriptor objects
Field Summary | |
---|---|
protected int |
height
height of this descriptor |
protected int |
heightResolution
height resolution of this descriptor |
protected int |
width
width of this descriptor |
protected int |
widthResolution
width resolution of this descriptor |
Fields inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
---|
log |
Constructor Summary | |
---|---|
AbstractDescriptor(int width,
int height,
int widthResolution,
int heightResolution)
Constructor a PresentationTextDescriptor for the specified width and height. |
Method Summary |
---|
Methods inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
---|
writeDataStream, writeObjectList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int width
protected int height
protected int widthResolution
protected int heightResolution
Constructor Detail |
---|
public AbstractDescriptor(int width, int height, int widthResolution, int heightResolution)
width
- The width of the page.height
- The height of the page.widthResolution
- The width resolution of the page.heightResolution
- The height resolution of the page.
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |