Uses of Class
org.apache.batik.anim.values.AnimatablePaintValue

Packages that use AnimatablePaintValue
org.apache.batik.anim.values   
 

Uses of AnimatablePaintValue in org.apache.batik.anim.values
 

Methods in org.apache.batik.anim.values that return AnimatablePaintValue
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.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.