org.apache.fop.render.afp.modca
Class AbstractDescriptor
public abstract class AbstractDescriptor
Base class for AFP descriptor objects
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
|
AbstractDescriptor(int width, int height, int widthResolution, int heightResolution) - Constructor a PresentationTextDescriptor for the specified
width and height.
|
height
protected int height
height of this descriptor
heightResolution
protected int heightResolution
height resolution of this descriptor
width
protected int width
width of this descriptor
widthResolution
protected int widthResolution
width resolution of this descriptor
AbstractDescriptor
public AbstractDescriptor(int width,
int height,
int widthResolution,
int heightResolution)
Constructor a PresentationTextDescriptor for the specified
width and height.
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.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.