org.apache.fop.svg
Class SVGLengthProperty
org.apache.fop.fo.Property
|
+--org.apache.fop.svg.SVGLengthProperty
- public class SVGLengthProperty
- extends Property
a class representing all the length properties in SVG
Methods inherited from class org.apache.fop.fo.Property |
getCharacter, getColorType, getCondLength, getEnum, getLength, getLengthRange, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, getString, setSpecifiedValue |
getSVGLength
public SVGLengthImpl getSVGLength()
- 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)
- returns the maker for this object.
- Parameters:
- propName - the name of the property (used with new
property mapping scheme)
- Returns: the maker for SVG Length objects
to Class org.apache.fop.dom.svg.SVGLengthImpl- the length as a Length object