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.AffineTransformDefaultInterpolator. interpolate(@NotNull MeasureContext context, @NotNull TransformValue initial, @NotNull TransformPart a, @NotNull TransformPart b, float progress)@NotNull java.awt.geom.AffineTransformTransformInterpolator. 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 classAnimatedTransformFields in com.github.weisj.jsvg.animation.value declared as TransformValue Modifier and Type Field Description private @NotNull TransformValueAnimatedTransform. initialstatic @NotNull TransformValueNeutralElements. NEUTRAL_TRANSFORMMethods in com.github.weisj.jsvg.animation.value that return TransformValue Modifier and Type Method Description @NotNull TransformValueAnimatedTransform. initial()Methods in com.github.weisj.jsvg.animation.value with parameters of type TransformValue Modifier and Type Method Description @NotNull AnimatedTransformAnimatedTransform. 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 classConstantLengthTransformclassConstantTransformMethods in com.github.weisj.jsvg.attributes.value that return TransformValue Modifier and Type Method Description static @Nullable TransformValueTransformValue. 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 TransformValueTransformValue. 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.AffineTransformGeometryUtil. 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 TransformValueAbstractGradient. gradientTransformprivate TransformValuePattern. 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 AnimatedTransformAnimateTransform. 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 TransformValueHasGeometryContext.ByDelegate. transform()@Nullable TransformValueTransformable. 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 TransformValueHasGeometryContextImpl. transformMethods in com.github.weisj.jsvg.nodes.prototype.impl that return TransformValue Modifier and Type Method Description @Nullable TransformValueHasGeometryContextImpl. 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 TransformValueAttributeNode. createTransformValueFromParts(@NotNull java.util.List<TransformPart> parts)@Nullable TransformValueAttributeNode. parseTransform(@NotNull java.lang.String key)@Nullable TransformValueAttributeNode. 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 AnimatedTransformAttributeNode. getAnimatedTransform(@NotNull java.lang.String property, @NotNull TransformValue initial)
-