public abstract class AbstractDescriptor extends AbstractAFPObject
Modifier and Type | Field and Description |
---|---|
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
|
log
Constructor and Description |
---|
AbstractDescriptor(int width,
int height,
int widthResolution,
int heightResolution)
Constructor a PresentationTextDescriptor for the specified
width and height.
|
writeDataStream, writeObjectList
protected int width
protected int height
protected int widthResolution
protected int heightResolution
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.Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.