|
||||||||||
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,
String ns,
String an,
AbstractAnimation anim)
Adds an animation to the document. |
void |
AnimationEngine.Listener.baseValueChanged(AnimationTarget t,
String ns,
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,
String ns,
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,
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,
String uri)
Creates a new AnimatablePaintValue for a URI reference with a 'currentColor' fallback. |
static AnimatablePaintValue |
AnimatablePaintValue.createURINonePaintValue(AnimationTarget target,
String uri)
Creates a new AnimatablePaintValue for a URI reference with a 'none' fallback. |
static AnimatablePaintValue |
AnimatablePaintValue.createURIPaintValue(AnimationTarget target,
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,
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,
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,
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,
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,
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,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value , after
computation and inheritance. |
protected AnimatableValue |
SVGAnimationEngine.AnimatableLengthOrIdentFactory.createAnimatableValue(AnimationTarget target,
String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableNumberOrIdentFactory.createAnimatableValue(AnimationTarget target,
String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableAngleValueFactory.createAnimatableValue(AnimationTarget target,
String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableAngleOrIdentFactory.createAnimatableValue(AnimationTarget target,
String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableColorValueFactory.createAnimatableValue(AnimationTarget target,
String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatablePaintValueFactory.createAnimatableValue(AnimationTarget target,
String pn,
Value v)
|
protected AnimatableValue |
SVGAnimationEngine.AnimatableStringValueFactory.createAnimatableValue(AnimationTarget target,
String pn,
Value v)
|
protected abstract AbstractAnimation |
SVGAnimationElementBridge.createAnimation(AnimationTarget t)
Creates the animation object for the animation element. |
protected AbstractAnimation |
SVGAnimateTransformElementBridge.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 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 AbstractAnimation |
SVGAnimateElementBridge.createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
protected AnimatablePaintValue |
SVGAnimationEngine.AnimatablePaintValueFactory.createColorPaintValue(AnimationTarget t,
Color c)
Creates a new AnimatablePaintValue from a Color
object. |
protected Value |
SVGAnimationEngine.CSSValueFactory.createCSSValue(AnimationTarget t,
String pn,
String s)
Creates a new CSS Value from a string. |
AnimatableValue |
SVGAnimationEngine.Factory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.CSSValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
|
AnimatableValue |
SVGAnimationEngine.AnimatableBooleanValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableIntegerValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableLengthValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableLengthListValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberListValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatableRectValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatablePointListValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.AnimatablePathDataFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
SVGAnimationEngine.UncomputedAnimatableStringValueFactory.createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
|
AnimatableValue |
SVGAnimationEngine.Factory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.CSSValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
|
AnimatableValue |
SVGAnimationEngine.AnimatableBooleanValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableIntegerValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableLengthValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableLengthListValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableNumberListValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatableRectValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatablePointListValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.AnimatablePathDataFactory.createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value . |
AnimatableValue |
SVGAnimationEngine.UncomputedAnimatableStringValueFactory.createValue(AnimationTarget target,
String pn,
Value v)
|
AnimatableValue |
SVGAnimationEngine.getUnderlyingCSSValue(Element animElt,
AnimationTarget target,
String pn)
Returns an AnimatableValue for the underlying value of a CSS property. |
AnimatableValue |
SVGAnimationEngine.parseAnimatableValue(Element animElt,
AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Parses an AnimatableValue. |
protected AnimatableValue |
SVGAnimateTransformElementBridge.parseValue(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,
String ns,
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 |
---|
Methods in org.apache.batik.dom.svg with parameters of type AnimationTarget | |
---|---|
AnimatableValue |
AbstractSVGAnimatedLength.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 |
SVGOMAnimatedBoolean.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 |
SVGOMAnimatedInteger.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 . |
AnimatableValue |
SVGOMAnimatedEnumeration.getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue . |
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 |
SVGOMAnimatedTransformList.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 |
SVGOMAnimatedPoints.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 |
SVGOMAnimatedMarkerOrientValue.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 . |
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 |