|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.Property | +--org.apache.fop.svg.SVGStringProperty
a class representing all properties in SVG
Inner Class Summary | |
static class |
SVGStringProperty.Maker
inner class for making SVG String objects. |
Inner classes inherited from class org.apache.fop.fo.Property |
Property.Maker |
Field Summary | |
protected java.lang.String |
value
the value |
Constructor Summary | |
protected |
SVGStringProperty(PropertyList propertyList,
java.lang.String explicitValue)
construct an SVG String (called by the Maker). |
Method Summary | |
java.lang.String |
getString()
get the value |
static Property.Maker |
maker(java.lang.String name)
returns the maker for this object. |
Methods inherited from class org.apache.fop.fo.Property |
getCharacter, getColorType, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, setSpecifiedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String value
Constructor Detail |
protected SVGStringProperty(PropertyList propertyList, java.lang.String explicitValue)
propertyList
- the property list this is a member ofexplicitValue
- the explicit value as a Length objectMethod Detail |
public static Property.Maker maker(java.lang.String name)
public java.lang.String getString()
getString
in class Property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |