org.apache.fop.svg
Class SVGLengthProperty

java.lang.Object
  |
  +--org.apache.fop.fo.Property
        |
        +--org.apache.fop.svg.SVGLengthProperty

public class SVGLengthProperty
extends Property

a class representing all the length properties in SVG


Inner Class Summary
static class SVGLengthProperty.Maker
          inner class for making SVG Length objects.
 
Inner classes inherited from class org.apache.fop.fo.Property
Property.Maker
 
Field Summary
protected  SVGLengthImpl value
          the length as a Length object
 
Constructor Summary
protected SVGLengthProperty(PropertyList propertyList, SVGLengthImpl explicitValue)
          construct an SVG length (called by the Maker).
 
Method Summary
 SVGLengthImpl getSVGLength()
          get the length
static Property.Maker maker()
          returns the maker for this object.
static Property.Maker maker(java.lang.String propName)
          returns the maker for this object.
 
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
 

Field Detail

value

protected SVGLengthImpl value
the length as a Length object
Constructor Detail

SVGLengthProperty

protected SVGLengthProperty(PropertyList propertyList,
                            SVGLengthImpl explicitValue)
construct an SVG length (called by the Maker).
Parameters:
propertyList - the property list this is a member of
explicitValue - the explicit value as a Length object
Method Detail

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)
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

getSVGLength

public SVGLengthImpl getSVGLength()
get the length
Returns:
the length as a Length object


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.