Uses of Class
com.github.weisj.jsvg.renderer.animation.AnimationState
Packages that use AnimationState
Package
Description
-
Uses of AnimationState in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg with parameters of type AnimationStateModifier and TypeMethodDescriptionprivate @NotNull RenderContextSVGDocument.prepareRenderContext(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds, @Nullable AnimationState animationState) voidSVGDocument.renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds, @Nullable AnimationState animationState) -
Uses of AnimationState in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as AnimationStateModifier and TypeFieldDescriptionprivate final @NotNull AnimationStateMeasureContext.animationStateMethods in com.github.weisj.jsvg.renderer with parameters of type AnimationStateModifier and TypeMethodDescriptionstatic @NotNull MeasureContextMeasureContext.createInitial(@NotNull FloatSize viewBoxSize, float em, float ex, @NotNull AnimationState animationState) Constructors in com.github.weisj.jsvg.renderer with parameters of type AnimationStateModifierConstructorDescriptionMeasureContext(float vw, float vh, float em, float ex, float rem, @NotNull AnimationState animationState) -
Uses of AnimationState in com.github.weisj.jsvg.renderer.animation
Fields in com.github.weisj.jsvg.renderer.animation declared as AnimationState -
Uses of AnimationState in com.github.weisj.jsvg.ui
Methods in com.github.weisj.jsvg.ui that return AnimationState