|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.Property
org.apache.fop.fo.properties.LengthProperty
public abstract class LengthProperty
Superclass for properties wrapping a Length value.
Nested Class Summary | |
---|---|
static class |
LengthProperty.Maker
Inner class for making instances of LengthProperty |
Field Summary |
---|
Fields inherited from class org.apache.fop.fo.properties.Property |
---|
log |
Constructor Summary | |
---|---|
LengthProperty()
|
Method Summary | |
---|---|
int |
getDimension()
Return the dimension of this numeric. |
Length |
getLength()
This method expects to be overridden by subclasses |
Numeric |
getNumeric()
This method expects to be overridden by subclasses |
java.lang.Object |
getObject()
This method expects to be overridden by subclasses |
Methods inherited from class org.apache.fop.fo.properties.Property |
---|
getCharacter, getColor, getCondLength, getEnum, getKeep, getLengthPair, getLengthRange, getList, getNCname, getNumber, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.fop.datatypes.Length |
---|
getValue, getValue |
Methods inherited from interface org.apache.fop.datatypes.Numeric |
---|
getEnum, getNumericValue, getNumericValue, isAbsolute |
Constructor Detail |
---|
public LengthProperty()
Method Detail |
---|
public int getDimension()
Numeric
getDimension
in interface Numeric
public Numeric getNumeric()
Property
getNumeric
in class Property
public Length getLength()
Property
getLength
in class Property
public java.lang.Object getObject()
Property
getObject
in class Property
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |