Uses of Class
com.github.weisj.jsvg.attributes.transform.TransformPart
Packages that use TransformPart
Package
Description
-
Uses of TransformPart in com.github.weisj.jsvg.animation.interpolation
Methods in com.github.weisj.jsvg.animation.interpolation with parameters of type TransformPartModifier and TypeMethodDescription@NotNull AffineTransformDefaultInterpolator.interpolate(@NotNull MeasureContext context, @NotNull TransformValue initial, @NotNull TransformPart a, @NotNull TransformPart b, float progress) @NotNull 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 TransformPartModifier and TypeFieldDescriptionprivate final @NotNull TransformPart @NotNull []AnimatedTransform.valuesConstructors in com.github.weisj.jsvg.animation.value with parameters of type TransformPartModifierConstructorDescriptionAnimatedTransform(@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 TransformPartModifier and TypeFieldDescriptionprivate static final TransformPartTransformPart.IDENTITY_MATRIXprivate static final TransformPartTransformPart.IDENTITY_ROTATEprivate static final TransformPartTransformPart.IDENTITY_SCALEprivate static final TransformPartTransformPart.IDENTITY_SKEWprivate static final TransformPartTransformPart.IDENTITY_TRANSLATEMethods in com.github.weisj.jsvg.attributes.transform that return TransformPartModifier and TypeMethodDescriptionstatic @NotNull TransformPartTransformPart.identityOfType(@NotNull TransformPart.TransformType type) Methods in com.github.weisj.jsvg.attributes.transform with parameters of type TransformPartModifier and TypeMethodDescriptionprivate static floatTransformPart.getEntry(@NotNull TransformPart part, int index, float fallback, @NotNull MeasureContext context) static @NotNull 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 TransformPartModifier and TypeFieldDescriptionprivate final @NotNull List<@NotNull TransformPart> ConstantLengthTransform.partsConstructor parameters in com.github.weisj.jsvg.attributes.value with type arguments of type TransformPartModifierConstructorDescriptionConstantLengthTransform(@NotNull List<@NotNull TransformPart> parts) -
Uses of TransformPart in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return TransformPartModifier and TypeMethodDescriptionprivate @Nullable TransformPartAttributeParser.parseSingleTransformPart(@NotNull String value) @Nullable TransformPartAttributeParser.parseTransformPart(TransformPart.TransformType type, @NotNull String value) Methods in com.github.weisj.jsvg.parser.impl that return types with arguments of type TransformPartModifier and TypeMethodDescription@Nullable List<@NotNull TransformPart> AttributeParser.parseTransform(@Nullable String value) Method parameters in com.github.weisj.jsvg.parser.impl with type arguments of type TransformPartModifier and TypeMethodDescriptionprivate @NotNull TransformValueAttributeNode.createTransformValueFromParts(@NotNull List<TransformPart> parts)