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 RenderContext
SVGDocument. prepareRenderContext(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds, @Nullable AnimationState animationState)
void
SVGDocument. 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 AnimationState
MeasureContext. animationState
Methods in com.github.weisj.jsvg.renderer with parameters of type AnimationState Modifier and Type Method Description static @NotNull MeasureContext
MeasureContext. 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 AnimationState
AnimationState. 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 AnimationState
AnimationPlayer. animationState()
-