Uses of Class
com.github.weisj.jsvg.renderer.animation.AnimationState
-
Packages that use AnimationState Package Description com.github.weisj.jsvg com.github.weisj.jsvg.renderer com.github.weisj.jsvg.renderer.animation com.github.weisj.jsvg.ui -
-
Uses of AnimationState in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg with parameters of type AnimationState Modifier and Type Method Description private @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 AnimationState Modifier and Type Field Description private @NotNull AnimationStateMeasureContext. animationStateMethods in com.github.weisj.jsvg.renderer with parameters of type AnimationState Modifier and Type Method Description static @NotNull MeasureContextMeasureContext. createInitial(@NotNull FloatSize viewBoxSize, float em, float ex, @NotNull AnimationState animationState)Constructors in com.github.weisj.jsvg.renderer with parameters of type AnimationState Constructor Description MeasureContext(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 Modifier and Type Field Description static AnimationStateAnimationState. NO_ANIMATION -
Uses of AnimationState in com.github.weisj.jsvg.ui
Methods in com.github.weisj.jsvg.ui that return AnimationState Modifier and Type Method Description @NotNull AnimationStateAnimationPlayer. animationState()
-