Uses of Interface
com.github.weisj.jsvg.attributes.value.TransformValue
-
-
Uses of TransformValue in com.github.weisj.jsvg.animation.interpolation
Methods in com.github.weisj.jsvg.animation.interpolation with parameters of type TransformValue Modifier and Type Method Description @NotNull java.awt.geom.AffineTransform
DefaultInterpolator. interpolate(@NotNull MeasureContext context, @NotNull TransformValue initial, @NotNull TransformPart a, @NotNull TransformPart b, float progress)
@NotNull java.awt.geom.AffineTransform
TransformInterpolator. interpolate(@NotNull MeasureContext context, @NotNull TransformValue initial, @NotNull TransformPart a, @NotNull TransformPart b, float progress)
-
Uses of TransformValue in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement TransformValue Modifier and Type Class Description class
AnimatedTransform
Fields in com.github.weisj.jsvg.animation.value declared as TransformValue Modifier and Type Field Description private @NotNull TransformValue
AnimatedTransform. initial
static @NotNull TransformValue
NeutralElements. NEUTRAL_TRANSFORM
Methods in com.github.weisj.jsvg.animation.value that return TransformValue Modifier and Type Method Description @NotNull TransformValue
AnimatedTransform. initial()
Methods in com.github.weisj.jsvg.animation.value with parameters of type TransformValue Modifier and Type Method Description @NotNull AnimatedTransform
AnimatedTransform. derive(@NotNull TransformValue initialValue)
Constructors in com.github.weisj.jsvg.animation.value with parameters of type TransformValue Constructor Description AnimatedTransform(@NotNull Track track, @NotNull TransformValue initial, @NotNull TransformPart @NotNull [] values)
-
Uses of TransformValue in com.github.weisj.jsvg.attributes.value
Classes in com.github.weisj.jsvg.attributes.value that implement TransformValue Modifier and Type Class Description class
ConstantLengthTransform
class
ConstantTransform
Methods in com.github.weisj.jsvg.attributes.value that return TransformValue Modifier and Type Method Description static @Nullable TransformValue
TransformValue. derive(@Nullable TransformValue current, @Nullable TransformValue other)
Methods in com.github.weisj.jsvg.attributes.value with parameters of type TransformValue Modifier and Type Method Description static @Nullable TransformValue
TransformValue. derive(@Nullable TransformValue current, @Nullable TransformValue other)
-
Uses of TransformValue in com.github.weisj.jsvg.geometry.util
Methods in com.github.weisj.jsvg.geometry.util with parameters of type TransformValue Modifier and Type Method Description static @Nullable java.awt.geom.AffineTransform
GeometryUtil. toAwtTransform(@NotNull RenderContext context, @Nullable TransformValue transform)
-
Uses of TransformValue in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as TransformValue Modifier and Type Field Description protected TransformValue
AbstractGradient. gradientTransform
private TransformValue
Pattern. patternTransform
-
Uses of TransformValue in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type TransformValue Modifier and Type Method Description @Nullable AnimatedTransform
AnimateTransform. animatedTransform(@NotNull TransformValue initial, @NotNull AttributeNode attributeNode)
-
Uses of TransformValue in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return TransformValue Modifier and Type Method Description default @Nullable TransformValue
HasGeometryContext.ByDelegate. transform()
@Nullable TransformValue
Transformable. transform()
-
Uses of TransformValue in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as TransformValue Modifier and Type Field Description private @Nullable TransformValue
HasGeometryContextImpl. transform
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return TransformValue Modifier and Type Method Description @Nullable TransformValue
HasGeometryContextImpl. transform()
Constructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type TransformValue Constructor Description HasGeometryContextImpl(@Nullable TransformValue transform, @NotNull Coordinate<LengthValue> transformOrigin, @NotNull TransformBox transformBox, @Nullable ClipPath clipPath, @Nullable Mask mask, @Nullable Filter filter)
-
Uses of TransformValue in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return TransformValue Modifier and Type Method Description private @NotNull TransformValue
AttributeNode. createTransformValueFromParts(@NotNull java.util.List<TransformPart> parts)
@Nullable TransformValue
AttributeNode. parseTransform(@NotNull java.lang.String key)
@Nullable TransformValue
AttributeNode. parseTransform(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)
Methods in com.github.weisj.jsvg.parser.impl with parameters of type TransformValue Modifier and Type Method Description @Nullable AnimatedTransform
AttributeNode. getAnimatedTransform(@NotNull java.lang.String property, @NotNull TransformValue initial)
-