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.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 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. valuesConstructors 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 TransformPartTransformPart. IDENTITY_MATRIXprivate static TransformPartTransformPart. IDENTITY_ROTATEprivate static TransformPartTransformPart. IDENTITY_SCALEprivate static TransformPartTransformPart. IDENTITY_SKEWprivate static TransformPartTransformPart. IDENTITY_TRANSLATEMethods in com.github.weisj.jsvg.attributes.transform that return TransformPart Modifier and Type Method Description static @NotNull TransformPartTransformPart. 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 floatTransformPart. getEntry(@NotNull TransformPart part, int index, float fallback, @NotNull MeasureContext context)static @NotNull java.awt.geom.AffineTransformTransformPart. 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. partsConstructor 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 TransformPartAttributeParser. parseSingleTransformPart(@NotNull java.lang.String value)@Nullable TransformPartAttributeParser. 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 TransformValueAttributeNode. createTransformValueFromParts(@NotNull java.util.List<TransformPart> parts)
-