Uses of Class
com.github.weisj.jsvg.attributes.transform.TransformPart
-
-
Uses of TransformPart in com.github.weisj.jsvg.animation.interpolation
Methods in com.github.weisj.jsvg.animation.interpolation with parameters of type TransformPart 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 TransformPart in com.github.weisj.jsvg.animation.value
Fields in com.github.weisj.jsvg.animation.value declared as TransformPart Modifier and Type Field Description private @NotNull TransformPart @NotNull []
AnimatedTransform. values
Constructors in com.github.weisj.jsvg.animation.value with parameters of type TransformPart Constructor Description AnimatedTransform(@NotNull Track track, @NotNull TransformValue initial, @NotNull TransformPart @NotNull [] values)
-
Uses of TransformPart in com.github.weisj.jsvg.attributes.transform
Fields in com.github.weisj.jsvg.attributes.transform declared as TransformPart Modifier and Type Field Description private static TransformPart
TransformPart. IDENTITY_MATRIX
private static TransformPart
TransformPart. IDENTITY_ROTATE
private static TransformPart
TransformPart. IDENTITY_SCALE
private static TransformPart
TransformPart. IDENTITY_SKEW
private static TransformPart
TransformPart. IDENTITY_TRANSLATE
Methods in com.github.weisj.jsvg.attributes.transform that return TransformPart Modifier and Type Method Description static @NotNull TransformPart
TransformPart. identityOfType(@NotNull TransformPart.TransformType type)
Methods in com.github.weisj.jsvg.attributes.transform with parameters of type TransformPart Modifier and Type Method Description private static float
TransformPart. getEntry(@NotNull TransformPart part, int index, float fallback, @NotNull MeasureContext context)
static @NotNull java.awt.geom.AffineTransform
TransformPart. interpolate(@NotNull TransformPart a, @NotNull TransformPart b, @NotNull MeasureContext measureContext, float t)
-
Uses of TransformPart in com.github.weisj.jsvg.attributes.value
Fields in com.github.weisj.jsvg.attributes.value with type parameters of type TransformPart Modifier and Type Field Description private @NotNull java.util.List<@NotNull TransformPart>
ConstantLengthTransform. parts
Constructor parameters in com.github.weisj.jsvg.attributes.value with type arguments of type TransformPart Constructor Description ConstantLengthTransform(@NotNull java.util.List<@NotNull TransformPart> parts)
-
Uses of TransformPart in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return TransformPart Modifier and Type Method Description private @Nullable TransformPart
AttributeParser. parseSingleTransformPart(@NotNull java.lang.String value)
@Nullable TransformPart
AttributeParser. parseTransformPart(TransformPart.TransformType type, @NotNull java.lang.String value)
Methods in com.github.weisj.jsvg.parser.impl that return types with arguments of type TransformPart Modifier and Type Method Description @Nullable java.util.List<@NotNull TransformPart>
AttributeParser. parseTransform(@Nullable java.lang.String value)
Method parameters in com.github.weisj.jsvg.parser.impl with type arguments of type TransformPart Modifier and Type Method Description private @NotNull TransformValue
AttributeNode. createTransformValueFromParts(@NotNull java.util.List<TransformPart> parts)
-