|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnimationTarget | |
---|---|
org.apache.batik.anim | |
org.apache.batik.anim.values | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.dom.anim | |
org.apache.batik.dom.svg | |
org.apache.batik.dom.svg12 | |
org.apache.batik.extension | This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). |
org.apache.batik.extension.svg |
Uses of AnimationTarget in org.apache.batik.anim |
---|
Fields in org.apache.batik.anim declared as AnimationTarget | |
---|---|
AnimationTarget |
AnimationEngine.AnimationInfo.target
The target of the animation. |
Methods in org.apache.batik.anim with parameters of type AnimationTarget | |
---|---|
void |
AnimationEngine.addAnimation(AnimationTarget target,
short type,
java.lang.String ns,
java.lang.String an,
AbstractAnimation anim)
Adds an animation to the document. |
void |
AnimationEngine.Listener.baseValueChanged(AnimationTarget t,
java.lang.String ns,
java.lang.String ln,
boolean isCSS)
Invoked to indicate that base value of the specified attribute or property has changed. |
protected AnimationEngine.Sandwich |
AnimationEngine.getSandwich(AnimationTarget target,
short type,
java.lang.String ns,
java.lang.String an)
Returns the Sandwich for the given animation type/attribute. |
protected AnimationEngine.TargetInfo |
AnimationEngine.getTargetInfo(AnimationTarget target)
Returns the TargetInfo for the given AnimationTarget. |
Uses of AnimationTarget in org.apache.batik.anim.values |
---|
Fields in org.apache.batik.anim.values declared as AnimationTarget | |
---|---|
protected AnimationTarget |
AnimatableValue.target
The target of the animation. |
Methods in org.apache.batik.anim.values with parameters of type AnimationTarget | |
---|---|
static AnimatablePaintValue |
AnimatablePaintValue.createColorPaintValue(AnimationTarget target,
float r,
float g,
float b)
Creates a new AnimatablePaintValue for a color value. |
static AnimatablePaintValue |
AnimatablePaintValue.createCurrentColorPaintValue(AnimationTarget target)
Creates a new AnimatablePaintValue for a 'currentColor' value. |
static AnimatablePaintValue |
AnimatablePaintValue.createInheritPaintValue(AnimationTarget target)
Creates a new AnimatablePaintValue for a 'inherit' value. |
static AnimatablePaintValue |
AnimatablePaintValue.createNonePaintValue(AnimationTarget target)
Creates a new AnimatablePaintValue for a 'none' value. |
static AnimatablePaintValue |
AnimatablePaintValue.createURIColorPaintValue(AnimationTarget target,
java.lang.String uri,
float r,
float g,
float b)
Creates a new AnimatablePaintValue for a URI reference with a color fallback. |
static AnimatablePaintValue |
AnimatablePaintValue.createURICurrentColorPaintValue(AnimationTarget target,
java.lang.String uri)
Creates a new AnimatablePaintValue for a URI reference with a 'currentColor' fallback. |
static AnimatablePaintValue |
AnimatablePaintValue.createURINonePaintValue(AnimationTarget target,
java.lang.String uri)
Creates a new AnimatablePaintValue for a URI reference with a 'none' fallback. |
static AnimatablePaintValue |
AnimatablePaintValue.createURIPaintValue(AnimationTarget target,
java.lang.String uri)
Creates a new AnimatablePaintValue for a URI reference. |
Constructors in org.apache.batik.anim.values with parameters of type AnimationTarget | |
---|---|
AnimatableAngleOrIdentValue(AnimationTarget target)
Creates a new, uninitialized AnimatableAngleOrIdentValue. |
|
AnimatableAngleOrIdentValue(AnimationTarget target,
float v,
short unit)
Creates a new AnimatableAngleOrIdentValue for an angle value. |
|
AnimatableAngleOrIdentValue(AnimationTarget target,
java.lang.String ident)
Creates a new AnimatableAngleOrIdentValue for an identifier value. |
|
AnimatableAngleValue(AnimationTarget target)
Creates a new, uninitialized AnimatableAngleValue. |
|
AnimatableAngleValue(AnimationTarget target,
float v,
short unit)
Creates a new AnimatableAngleValue. |
|
AnimatableBooleanValue(AnimationTarget target)
Creates a new, uninitialized AnimatableBooleanValue. |
|
AnimatableBooleanValue(AnimationTarget target,
boolean b)
Creates a new AnimatableBooleanValue. |
|
AnimatableColorValue(AnimationTarget target)
Creates a new AnimatableColorValue. |
|
AnimatableColorValue(AnimationTarget target,
float r,
float g,
float b)
Creates a new AnimatableColorValue. |
|
AnimatableIntegerValue(AnimationTarget target)
Creates a new, uninitialized AnimatableIntegerValue. |
|
AnimatableIntegerValue(AnimationTarget target,
int v)
Creates a new AnimatableIntegerValue. |
|
AnimatableLengthListValue(AnimationTarget target)
Creates a new, uninitialized AnimatableLengthListValue. |
|
AnimatableLengthListValue(AnimationTarget target,
short[] types,
float[] values,
short pcInterp)
Creates a new AnimatableLengthListValue. |
|
AnimatableLengthOrIdentValue(AnimationTarget target)
Creates a new, uninitialized AnimatableLengthOrIdentValue. |
|
AnimatableLengthOrIdentValue(AnimationTarget target,
short type,
float v,
short pcInterp)
Creates a new AnimatableLengthOrIdentValue for a length value. |
|
AnimatableLengthOrIdentValue(AnimationTarget target,
java.lang.String ident)
Creates a new AnimatableLengthOrIdentValue for an identifier value. |
|
AnimatableLengthValue(AnimationTarget target)
Creates a new AnimatableLengthValue with no length. |
|
AnimatableLengthValue(AnimationTarget target,
short type,
float v,
short pcInterp)
Creates a new AnimatableLengthValue. |
|
AnimatableMotionPointValue(AnimationTarget target)
Creates a new, uninitialized AnimatableMotionPointValue. |
|
AnimatableMotionPointValue(AnimationTarget target,
float x,
float y,
float angle)
Creates a new AnimatableMotionPointValue with one x. |
|
AnimatableNumberListValue(AnimationTarget target)
Creates a new, uninitialized AnimatableNumberListValue. |
|
AnimatableNumberListValue(AnimationTarget target,
float[] numbers)
Creates a new AnimatableNumberListValue. |
|
AnimatableNumberOptionalNumberValue(AnimationTarget target)
Creates a new, uninitialized AnimatableNumberOptionalNumberValue. |
|
AnimatableNumberOptionalNumberValue(AnimationTarget target,
float n)
Creates a new AnimatableNumberOptionalNumberValue with one number. |
|
AnimatableNumberOptionalNumberValue(AnimationTarget target,
float n,
float on)
Creates a new AnimatableNumberOptionalNumberValue with two numbers. |
|
AnimatableNumberOrIdentValue(AnimationTarget target)
Creates a new, uninitialized AnimatableNumberOrIdentValue. |
|
AnimatableNumberOrIdentValue(AnimationTarget target,
float v,
boolean numericIdent)
Creates a new AnimatableNumberOrIdentValue for a Number value. |
|
AnimatableNumberOrIdentValue(AnimationTarget target,
java.lang.String ident)
Creates a new AnimatableNumberOrIdentValue for an identifier value. |
|
AnimatableNumberOrPercentageValue(AnimationTarget target)
Creates a new, uninitialized AnimatableNumberOrPercentageValue. |
|
AnimatableNumberOrPercentageValue(AnimationTarget target,
float n)
Creates a new AnimatableNumberOrPercentageValue with a number. |
|
AnimatableNumberOrPercentageValue(AnimationTarget target,
float n,
boolean isPercentage)
Creates a new AnimatableNumberOrPercentageValue with either a number or a percentage. |
|
AnimatableNumberValue(AnimationTarget target)
Creates a new, uninitialized AnimatableNumberValue. |
|
AnimatableNumberValue(AnimationTarget target,
float v)
Creates a new AnimatableNumberValue. |
|
AnimatablePaintValue(AnimationTarget target)
Creates a new, uninitialized AnimatablePaintValue. |
|
AnimatablePaintValue(AnimationTarget target,
float r,
float g,
float b)
Creates a new AnimatablePaintValue. |
|
AnimatablePathDataValue(AnimationTarget target)
Creates a new, uninitialized AnimatablePathDataValue. |
|
AnimatablePathDataValue(AnimationTarget target,
short[] commands,
float[] parameters)
Creates a new AnimatablePathDataValue. |
|
AnimatablePercentageValue(AnimationTarget target)
Creates a new, uninitialized AnimatablePercentageValue. |
|
AnimatablePercentageValue(AnimationTarget target,
float v)
Creates a new AnimatablePercentageValue. |
|
AnimatablePointListValue(AnimationTarget target)
Creates a new, uninitialized AnimatablePointListValue. |
|
AnimatablePointListValue(AnimationTarget target,
float[] numbers)
Creates a new AnimatablePointListValue. |
|
AnimatablePreserveAspectRatioValue(AnimationTarget target)
Creates a new, uninitialized AnimatablePreserveAspectRatioValue. |
|
AnimatablePreserveAspectRatioValue(AnimationTarget target,
short align,
short meetOrSlice)
Creates a new AnimatablePreserveAspectRatioValue. |
|
AnimatableRectValue(AnimationTarget target)
Creates a new, uninitialized AnimatableRectValue. |
|
AnimatableRectValue(AnimationTarget target,
float x,
float y,
float w,
float h)
Creates a new AnimatableRectValue with one number. |
|
AnimatableStringValue(AnimationTarget target)
Creates a new, uninitialized AnimatableStringValue. |
|
AnimatableStringValue(AnimationTarget target,
java.lang.String s)
Creates a new AnimatableStringValue. |
|
AnimatableTransformListValue(AnimationTarget target)
Creates a new, uninitialized AnimatableTransformListValue. |
|
AnimatableTransformListValue(AnimationTarget target,
AbstractSVGTransform t)
Creates a new AnimatableTransformListValue with a single transform. |
|
AnimatableTransformListValue(AnimationTarget target,
java.util.List transforms)
Creates a new AnimatableTransformListValue with a transform list. |
|
AnimatableValue(AnimationTarget target)
Creates a new AnimatableValue. |
Uses of AnimationTarget in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as AnimationTarget | |
---|---|
protected AnimationTarget |
SVGAnimationElementBridge.animationTarget
The AnimationTarget the provides a context to the animation engine. |
Methods in org.apache.batik.bridge with parameters of type AnimationTarget | |
---|---|
protected abstract AnimatableValue |
SVGAnimationEngine.CSSValueFactory.createAnimatableValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value , after
computation and inheritance. |
protected AnimatableValue |
SVGAnimationEngine.AnimatableLengthOrIdentFactory.createAnimatableValue(AnimationTarget target,
java.lang.String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableNumberOrIdentFactory.createAnimatableValue(AnimationTarget target,
java.lang.String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableAngleValueFactory.createAnimatableValue(AnimationTarget target,
java.lang.String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableAngleOrIdentFactory.createAnimatableValue(AnimationTarget target,
java.lang.String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableColorValueFactory.createAnimatableValue(AnimationTarget target,
java.lang.String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatablePaintValueFactory.createAnimatableValue(AnimationTarget target,
java.lang.String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableStringValueFactory.createAnimatableValue(AnimationTarget target,
java.lang.String pn,
Value v)
|
protected AbstractAnimation |
SVGAnimateTransformElementBridge.createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
protected AbstractAnimation |
SVGSetElementBridge.createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
protected AbstractAnimation |
SVGAnimateColorElementBridge.createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
protected abstract AbstractAnimation |
SVGAnimationElementBridge.createAnimation(AnimationTarget t)
Creates the animation object for the animation element. |
protected AbstractAnimation |
SVGAnimateElementBridge.createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
protected AbstractAnimation |
SVGAnimateMotionElementBridge.createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
protected AnimatablePaintValue |
SVGAnimationEngine.AnimatablePaintValueFactory.createColorPaintValue(AnimationTarget t,
java.awt.Color c)
Creates a new AnimatablePaintValue from a Color
object. |
protected Value |
SVGAnimationEngine.CSSValueFactory.createCSSValue(AnimationTarget t,
java.lang.String pn,
java.lang.String s)
Creates a new CSS Value from a string. |
AnimatableValue |
SVGAnimationEngine.Factory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.CSSValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
|
AnimatableValue |
SVGAnimationEngine.AnimatableBooleanValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableIntegerValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableLengthValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableLengthListValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberListValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableRectValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatablePointListValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatablePathDataFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.UncomputedAnimatableStringValueFactory.createValue(AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
|
AnimatableValue |
SVGAnimationEngine.Factory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.CSSValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
|
AnimatableValue |
SVGAnimationEngine.AnimatableBooleanValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableIntegerValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableLengthValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableLengthListValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberListValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableRectValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatablePointListValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatablePathDataFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.UncomputedAnimatableStringValueFactory.createValue(AnimationTarget target,
java.lang.String pn,
Value v)
|
AnimatableValue |
SVGAnimationEngine.getUnderlyingCSSValue(org.w3c.dom.Element animElt,
AnimationTarget target,
java.lang.String pn)
Returns an AnimatableValue for the underlying value of a CSS property. |
AnimatableValue |
SVGAnimationEngine.parseAnimatableValue(org.w3c.dom.Element animElt,
AnimationTarget target,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Parses an AnimatableValue. |
protected AnimatableValue |
SVGAnimateTransformElementBridge.parseValue(java.lang.String s,
short type,
AnimationTarget target)
Parses a transform value. |
protected AnimatableValue[] |
SVGAnimateTransformElementBridge.parseValues(short type,
AnimationTarget target)
Returns the parsed 'values' attribute from the animation element. |
Uses of AnimationTarget in org.apache.batik.dom.anim |
---|
Methods in org.apache.batik.dom.anim with parameters of type AnimationTarget | |
---|---|
void |
AnimationTargetListener.baseValueChanged(AnimationTarget t,
java.lang.String ns,
java.lang.String ln,
boolean isCSS)
Invoked to indicate that base value of the specified attribute or property has changed. |
Uses of AnimationTarget in org.apache.batik.dom.svg |
---|
Classes in org.apache.batik.dom.svg that implement AnimationTarget | |
---|---|
class |
SVGDescriptiveElement
This class provides a common superclass for elements which contain descriptive text. |
class |
SVGGraphicsElement
This class provides a common superclass for all graphics elements. |
class |
SVGOMAElement
This class implements SVGAElement . |
class |
SVGOMAltGlyphDefElement
This class implements SVGAltGlyphDefElement . |
class |
SVGOMAltGlyphElement
This class implements SVGAltGlyphElement . |
class |
SVGOMAltGlyphItemElement
This class implements SVGAltGlyphItemElement . |
class |
SVGOMAnimateColorElement
This class implements SVGAnimateColorElement . |
class |
SVGOMAnimateElement
This class implements SVGAnimateElement . |
class |
SVGOMAnimateMotionElement
This class implements SVGAnimateMotionElement . |
class |
SVGOMAnimateTransformElement
This class implements SVGAnimateTransformElement . |
class |
SVGOMAnimationElement
This class provides an implementation of the SVGAnimationElement interface. |
class |
SVGOMCircleElement
This class implements SVGCircleElement . |
class |
SVGOMClipPathElement
This class implements SVGClipPathElement . |
class |
SVGOMColorProfileElement
This class implements SVGColorProfileElement . |
class |
SVGOMComponentTransferFunctionElement
This class represents the component transfer function elements. |
class |
SVGOMCursorElement
This class implements SVGCursorElement . |
class |
SVGOMDefinitionSrcElement
This class implements SVGDefinitionSrcElement . |
class |
SVGOMDefsElement
This class implements SVGDefsElement . |
class |
SVGOMDescElement
This class implements SVGDescElement . |
class |
SVGOMElement
This class implements the SVGElement interface. |
class |
SVGOMEllipseElement
This class implements SVGEllipseElement . |
class |
SVGOMFEBlendElement
This class implements SVGFEBlendElement . |
class |
SVGOMFEColorMatrixElement
This class implements SVGFEColorMatrixElement . |
class |
SVGOMFEComponentTransferElement
This class implements SVGFEComponentTransferElement . |
class |
SVGOMFECompositeElement
This class implements SVGFECompositeElement . |
class |
SVGOMFEConvolveMatrixElement
This class implements SVGFEConvolveMatrixElement . |
class |
SVGOMFEDiffuseLightingElement
This class implements SVGFEDiffuseLightingElement . |
class |
SVGOMFEDisplacementMapElement
This class implements SVGFEDisplacementMapElement . |
class |
SVGOMFEDistantLightElement
This class implements SVGFEDistantLightElement . |
class |
SVGOMFEFloodElement
This class implements SVGFEFloodElement . |
class |
SVGOMFEFuncAElement
This class implements SVGFEFuncAElement . |
class |
SVGOMFEFuncBElement
This class implements SVGFEFuncBElement . |
class |
SVGOMFEFuncGElement
This class implements SVGFEFuncGElement . |
class |
SVGOMFEFuncRElement
This class implements SVGFEFuncRElement . |
class |
SVGOMFEGaussianBlurElement
This class implements SVGFEGaussianBlurElement . |
class |
SVGOMFEImageElement
This class implements SVGFEImageElement . |
class |
SVGOMFEMergeElement
This class implements SVGFEMergeElement . |
class |
SVGOMFEMergeNodeElement
This class implements SVGFEMergeNodeElement . |
class |
SVGOMFEMorphologyElement
This class implements SVGFEMorphologyElement . |
class |
SVGOMFEOffsetElement
This class implements SVGFEOffsetElement . |
class |
SVGOMFEPointLightElement
This class implements SVGFEPointLightElement . |
class |
SVGOMFESpecularLightingElement
This class implements SVGFESpecularLightingElement . |
class |
SVGOMFESpotLightElement
This class implements SVGFESpotLightElement . |
class |
SVGOMFETileElement
This class implements SVGFETileElement . |
class |
SVGOMFETurbulenceElement
This class implements SVGFETurbulenceElement . |
class |
SVGOMFilterElement
This class implements SVGFilterElement . |
class |
SVGOMFilterPrimitiveStandardAttributes
This class represents a SVGElement with support for standard filter attributes. |
class |
SVGOMFontElement
This class implements SVGFontElement . |
class |
SVGOMFontFaceElement
This class implements SVGFontFaceElement . |
class |
SVGOMFontFaceFormatElement
This class implements SVGFontFaceFormatElement . |
class |
SVGOMFontFaceNameElement
This class implements SVGFontFaceNameElement . |
class |
SVGOMFontFaceSrcElement
This class implements SVGFontFaceSrcElement . |
class |
SVGOMFontFaceUriElement
This class implements SVGFontFaceUriElement . |
class |
SVGOMForeignObjectElement
This class implements SVGForeignObjectElement . |
class |
SVGOMGElement
This class implements SVGGElement . |
class |
SVGOMGlyphElement
This class implements SVGGlyphElement . |
class |
SVGOMGlyphRefElement
This class implements SVGGlyphRefElement . |
class |
SVGOMGradientElement
This class implements SVGGradientElement . |
class |
SVGOMHKernElement
This class implements SVGHKernElement . |
class |
SVGOMImageElement
This class implements SVGImageElement . |
class |
SVGOMLinearGradientElement
This class implements SVGLinearGradientElement . |
class |
SVGOMLineElement
This class implements SVGLineElement . |
class |
SVGOMMarkerElement
This class implements SVGMarkerElement . |
class |
SVGOMMaskElement
This class implements SVGMaskElement . |
class |
SVGOMMetadataElement
This class implements SVGMetadataElement . |
class |
SVGOMMissingGlyphElement
This class implements SVGMissingGlyphElement . |
class |
SVGOMMPathElement
This class implements SVGMPathElement . |
class |
SVGOMPathElement
This class implements SVGPathElement . |
class |
SVGOMPatternElement
This class implements SVGStopElement . |
class |
SVGOMPolygonElement
This class implements SVGPolygonElement . |
class |
SVGOMPolylineElement
This class implements SVGPolylineElement . |
class |
SVGOMRadialGradientElement
This class implements SVGRadialGradientElement . |
class |
SVGOMRectElement
This class implements SVGRectElement . |
class |
SVGOMScriptElement
This class implements SVGScriptElement . |
class |
SVGOMSetElement
This class implements SVGSetElement . |
class |
SVGOMStopElement
This class implements SVGStopElement . |
class |
SVGOMStyleElement
This class implements SVGStyleElement . |
class |
SVGOMSVGElement
This class implements SVGSVGElement . |
class |
SVGOMSwitchElement
This class implements SVGSwitchElement . |
class |
SVGOMSymbolElement
This class implements SVGSymbolElement . |
class |
SVGOMTextContentElement
This class provides a common superclass for all graphics elements. |
class |
SVGOMTextElement
This class implements SVGTextElement . |
class |
SVGOMTextPathElement
This class implements SVGTextPathElement . |
class |
SVGOMTextPositioningElement
This class implements SVGTextPositioningElement . |
class |
SVGOMTitleElement
This class implements SVGTitleElement . |
class |
SVGOMToBeImplementedElement
This is a development only class. |
class |
SVGOMTRefElement
This class implements SVGTRefElement . |
class |
SVGOMTSpanElement
This class implements SVGTSpanElement . |
class |
SVGOMURIReferenceElement
This class implements SVGURIReference . |
class |
SVGOMUseElement
This class implements SVGUseElement . |
class |
SVGOMViewElement
This class implements SVGViewElement . |
class |
SVGOMVKernElement
This class implements SVGVKernElement . |
class |
SVGPointShapeElement
This class provides a common superclass for shape elements that are defined with a 'points' attribute (i.e., polygon and polyline). |
class |
SVGStylableElement
This class provides a common superclass for elements which implement SVGStylable. |
class |
SVGURIReferenceGraphicsElement
This class provides support for Xlink to a graphics element. |
class |
SVGURIReferenceTextPositioningElement
This class implements both SVGTextPositioningElement
and SVGURIReference .. |
Methods in org.apache.batik.dom.svg with parameters of type AnimationTarget | |
---|---|
AnimatableValue |
AnimatedLiveAttributeValue.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedPathData.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedString.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedNumberList.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedPreserveAspectRatio.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedEnumeration.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedRect.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedMarkerOrientValue.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedTransformList.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
AbstractSVGAnimatedLength.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedNumber.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedPoints.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedInteger.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedBoolean.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
AnimatableValue |
SVGOMAnimatedLengthList.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
Uses of AnimationTarget in org.apache.batik.dom.svg12 |
---|
Classes in org.apache.batik.dom.svg12 that implement AnimationTarget | |
---|---|
class |
BindableElement
This class implements foreign namespace elements that can be bound with XBL. |
class |
SVGOMFlowDivElement
This class implements the flowDiv element from SVG 1.2 |
class |
SVGOMFlowLineElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowParaElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRegionBreakElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRegionElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRegionExcludeElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRootElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowSpanElement
This class implements a regular polygon extension to SVG |
class |
SVGOMHandlerElement
This class implements SVGHandlerElement. |
class |
SVGOMMultiImageElement
This class implements a multiImage extension to SVG. |
class |
SVGOMSolidColorElement
This class implements a regular polygon extension to SVG |
class |
SVGOMSubImageElement
This class implements a multiImage extension to SVG. |
class |
SVGOMSubImageRefElement
This class implements a multiImage extension to SVG. |
class |
XBLOMContentElement
This class implements the xbl:content element. |
class |
XBLOMDefinitionElement
This class implements the xbl:definition element. |
class |
XBLOMElement
Base class for all XBL elements to inherit from. |
class |
XBLOMHandlerGroupElement
This class implements the xbl:handlerGroup element. |
class |
XBLOMImportElement
This class implements the xbl:import element. |
class |
XBLOMShadowTreeElement
This class implements the xbl:shadowTree element. |
class |
XBLOMTemplateElement
This class implements the xbl:template element. |
class |
XBLOMXBLElement
This class implements the xbl:xbl element. |
Uses of AnimationTarget in org.apache.batik.extension |
---|
Classes in org.apache.batik.extension that implement AnimationTarget | |
---|---|
class |
ExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument. |
class |
GraphicsExtensionElement
An abstract base class for graphical extension elements. |
class |
PrefixableStylableExtensionElement
This class implements a simple method for handling the node 'prefix'. |
class |
StylableExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument, and the support for both the 'style' attribute and the style attributes (ie: fill="red", ...). |
Uses of AnimationTarget in org.apache.batik.extension.svg |
---|
Classes in org.apache.batik.extension.svg that implement AnimationTarget | |
---|---|
class |
BatikHistogramNormalizationElement
This class implements a histogram normalization extension to SVG. |
class |
BatikRegularPolygonElement
This class implements a regular polygon extension to SVG |
class |
BatikStarElement
This class implements a star shape extension to sVG |
class |
ColorSwitchElement
This class implements a "color switch" extension to SVG. |
class |
FlowDivElement
This class implements a regular polygon extension to SVG |
class |
FlowLineElement
This class implements a regular polygon extension to SVG |
class |
FlowParaElement
This class implements a regular polygon extension to SVG |
class |
FlowRegionBreakElement
This class implements a regular polygon extension to SVG |
class |
FlowRegionElement
This class implements a regular polygon extension to SVG |
class |
FlowSpanElement
This class implements a regular polygon extension to SVG |
class |
FlowTextElement
This class implements a regular polygon extension to SVG |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |