org.apache.fop.svg
Class SVGLengthListProperty
java.lang.Object
|
+--org.apache.fop.fo.Property
|
+--org.apache.fop.svg.SVGLengthListProperty
- public class SVGLengthListProperty
- extends Property
a class representing all the length properties in SVG
Field Summary |
protected org.w3c.dom.svg.SVGAnimatedLengthList |
value
the length as a Length object |
Constructor Summary |
protected |
SVGLengthListProperty(PropertyList propertyList,
org.w3c.dom.svg.SVGAnimatedLengthList explicitValue)
construct an SVG length (called by the Maker). |
Methods inherited from class org.apache.fop.fo.Property |
getCharacter,
getColorType,
getCondLength,
getEnum,
getKeep,
getLength,
getLengthRange,
getNCname,
getNumber,
getNumeric,
getObject,
getSpace,
getSpecifiedValue,
getString,
setSpecifiedValue |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
value
protected org.w3c.dom.svg.SVGAnimatedLengthList value
- the length as a Length object
SVGLengthListProperty
protected SVGLengthListProperty(PropertyList propertyList,
org.w3c.dom.svg.SVGAnimatedLengthList explicitValue)
- construct an SVG length (called by the Maker).
- Parameters:
propertyList
- the property list this is a member ofexplicitValue
- the explicit value as a Length object
maker
public static Property.Maker maker()
- returns the maker for this object.
- Returns:
- the maker for SVG Length objects
maker
public static Property.Maker maker(java.lang.String propName)
getSVGLengthList
public org.w3c.dom.svg.SVGAnimatedLengthList getSVGLengthList()
- get the length
- Returns:
- the length as a Length object
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.