public abstract class LengthProperty extends Property implements Length, Numeric
Modifier and Type | Class and Description |
---|---|
static class |
LengthProperty.Maker
Inner class for making instances of LengthProperty
|
Constructor and Description |
---|
LengthProperty() |
Modifier and Type | Method and Description |
---|---|
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
|
double |
getTableUnits()
Return the number of table units which are included in this
length specification.
|
getCharacter, getColor, getCondLength, getEnum, getKeep, getLengthPair, getLengthRange, getList, getNCname, getNumber, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEnum, getNumericValue, getNumericValue, isAbsolute
public double getTableUnits()
If this value is not 0, the actual value of the Length cannot be known without looking at all of the columns in the table to determine the value of a "table-unit".
public int getDimension()
Numeric
getDimension
in interface Numeric
public Numeric getNumeric()
Property
getNumeric
in class Property
public Length getLength()
Property
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.