fop 0.93

org.apache.fop.fo.properties
Class StringProperty

java.lang.Object
  extended byorg.apache.fop.fo.properties.Property
      extended byorg.apache.fop.fo.properties.StringProperty

public class StringProperty
extends Property

Exists primarily as a container for its Maker inner class, which is extended by many string-based FO property classes.


Nested Class Summary
static class StringProperty.Maker
          Inner class for making instances of StringProperty
 
Field Summary
 
Fields inherited from class org.apache.fop.fo.properties.Property
log
 
Constructor Summary
StringProperty(java.lang.String str)
           
 
Method Summary
 java.lang.Object getObject()
          This method expects to be overridden by subclasses
 java.lang.String getString()
          This method expects to be overridden by subclasses.
 
Methods inherited from class org.apache.fop.fo.properties.Property
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringProperty

public StringProperty(java.lang.String str)
Parameters:
str - String value to place in this object
Method Detail

getObject

public java.lang.Object getObject()
Description copied from class: Property
This method expects to be overridden by subclasses

Overrides:
getObject in class Property
Returns:
the Object equivalent of this property

getString

public java.lang.String getString()
Description copied from class: Property
This method expects to be overridden by subclasses.

Overrides:
getString in class Property
Returns:
the String equivalent of this property

fop 0.93

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.