org.apache.fop.svg
Class SVGLengthListProperty

org.apache.fop.fo.Property
  |
  +--org.apache.fop.svg.SVGLengthListProperty

public class SVGLengthListProperty
extends Property

a class representing all the length properties in SVG


Inner Class Summary
 public static classSVGLengthListProperty.Maker
          inner class for making SVG Length objects.

Inner classes inherited from class org.apache.fop.fo.Property
Property.Maker

Method Summary
 SVGAnimatedLengthListgetSVGLengthList()
          get the length
 static Property.Makermaker()
          returns the maker for this object.
 static Property.Makermaker(String propName)
           

Methods inherited from class org.apache.fop.fo.Property
getCharacter, getColorType, getCondLength, getEnum, getLength, getLengthRange, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, getString, setSpecifiedValue

Method Detail

getSVGLengthList

public SVGAnimatedLengthList getSVGLengthList()
get the length
Returns: the length 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(String propName)