public abstract class APDMeasurable extends java.lang.Object implements IPDMeasurable
| Constructor and Description |
|---|
APDMeasurable() |
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight() |
float |
getWidth() |
protected abstract float |
measureHeight() |
protected abstract float |
measureWidth() |
public final float getWidth()
throws java.io.IOException
getWidth in interface IPDMeasurablejava.io.IOExceptionpublic final float getHeight()
throws java.io.IOException
getHeight in interface IPDMeasurablejava.io.IOExceptionprotected abstract float measureWidth()
throws java.io.IOException
java.io.IOExceptionprotected abstract float measureHeight()
throws java.io.IOException
java.io.IOException