|
|||||||||
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.SVGTransform
Inner Class Summary | |
static class |
SVGTransform.Maker
inner class for making SVG Length objects. |
Inner classes inherited from class org.apache.fop.fo.Property |
Property.Maker |
Field Summary | |
protected TransformData |
trans
|
Constructor Summary | |
protected |
SVGTransform(PropertyList propertyList,
TransformData explicitValue)
|
Method Summary | |
org.w3c.dom.svg.SVGAnimatedTransformList |
getTransform()
|
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 |
protected TransformData trans
Constructor Detail |
protected SVGTransform(PropertyList propertyList, TransformData 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 propName)
public org.w3c.dom.svg.SVGAnimatedTransformList getTransform()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |