org.apache.fop.fo
Class Property

Direct Known Subclasses:
CharacterProperty, ColorTypeProperty, EnumProperty, NCnameProperty, NumericProperty, LengthProperty, LengthRangeProperty, NumberProperty, SpaceProperty, StringProperty, SVGD, SVGLengthListProperty, SVGLengthProperty, SVGPoints, SVGStringProperty, SVGStyle, SVGTransform, TextProperty

public class Property


Inner Class Summary
 public static classProperty.Maker
           

Method Summary
 chargetCharacter()
           
 ColorTypegetColorType()
           
 CondLengthgetCondLength()
           
 intgetEnum()
           
 LengthgetLength()
          Accessor functions for all possible Property datatypes
 LengthRangegetLengthRange()
           
 StringgetNCname()
           
 NumbergetNumber()
           
 NumericgetNumeric()
           
 ObjectgetObject()
           
 SpacegetSpace()
           
 StringgetSpecifiedValue()
          Return the original value specified for the property attribute.
 StringgetString()
           
 voidsetSpecifiedValue(String specVal)
          Set the original value specified for the property attribute.

Method Detail

getCharacter

public char getCharacter()

getColorType

public ColorType getColorType()

getCondLength

public CondLength getCondLength()

getEnum

public int getEnum()

getLength

public Length getLength()
Accessor functions for all possible Property datatypes

getLengthRange

public LengthRange getLengthRange()

getNCname

public String getNCname()

getNumber

public Number getNumber()

getNumeric

public Numeric getNumeric()

getObject

public Object getObject()

getSpace

public Space getSpace()

getSpecifiedValue

public String getSpecifiedValue()
Return the original value specified for the property attribute.
Returns: The specified value as a String.

getString

public String getString()

setSpecifiedValue

public void setSpecifiedValue(String specVal)
Set the original value specified for the property attribute.
Parameters:
specVal - The specified value.

Association Links

to Class java.lang.String

The original specified value for properties which inherit specified values.