Uses of Interface
com.github.weisj.jsvg.attributes.value.TransformValue
Packages that use TransformValue
Package
Description
-
Uses of TransformValue in com.github.weisj.jsvg.animation.interpolation
Methods in com.github.weisj.jsvg.animation.interpolation with parameters of type TransformValueModifier 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 TransformValue in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement TransformValueFields in com.github.weisj.jsvg.animation.value declared as TransformValueModifier and TypeFieldDescriptionprivate final @NotNull TransformValueAnimatedTransform.initialstatic final @NotNull TransformValueNeutralElements.NEUTRAL_TRANSFORMMethods in com.github.weisj.jsvg.animation.value that return TransformValueMethods in com.github.weisj.jsvg.animation.value with parameters of type TransformValueModifier and TypeMethodDescription@NotNull AnimatedTransformAnimatedTransform.derive(@NotNull TransformValue initialValue) Constructors in com.github.weisj.jsvg.animation.value with parameters of type TransformValueModifierConstructorDescriptionAnimatedTransform(@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 TransformValueModifier and TypeClassDescriptionfinal classfinal classMethods in com.github.weisj.jsvg.attributes.value that return TransformValueModifier and TypeMethodDescriptionstatic @Nullable TransformValueTransformValue.derive(@Nullable TransformValue current, @Nullable TransformValue other) Methods in com.github.weisj.jsvg.attributes.value with parameters of type TransformValueModifier and TypeMethodDescriptionstatic @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 TransformValueModifier and TypeMethodDescriptionstatic @Nullable 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 TransformValueModifier and TypeFieldDescriptionprotected 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 TransformValueModifier and TypeMethodDescription@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 TransformValueModifier and TypeMethodDescriptiondefault @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 TransformValueModifier and TypeFieldDescriptionprivate final @Nullable TransformValueHasGeometryContextImpl.transformMethods in com.github.weisj.jsvg.nodes.prototype.impl that return TransformValueConstructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type TransformValueModifierConstructorDescriptionprivateHasGeometryContextImpl(@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 TransformValueModifier and TypeMethodDescriptionprivate @NotNull TransformValueAttributeNode.createTransformValueFromParts(@NotNull List<TransformPart> parts) @Nullable TransformValueAttributeNode.parseTransform(@NotNull String key) @Nullable TransformValueAttributeNode.parseTransform(@NotNull String key, Inherited inherited, Animatable animatable) Methods in com.github.weisj.jsvg.parser.impl with parameters of type TransformValueModifier and TypeMethodDescription@Nullable AnimatedTransformAttributeNode.getAnimatedTransform(@NotNull String property, @NotNull TransformValue initial)