Uses of Interface
com.github.weisj.jsvg.renderer.Output.SafeState
-
Packages that use Output.SafeState Package Description com.github.weisj.jsvg.renderer com.github.weisj.jsvg.util -
-
Uses of Output.SafeState in com.github.weisj.jsvg.renderer
Classes in com.github.weisj.jsvg.renderer that implement Output.SafeState Modifier and Type Class Description private static class
ShapeOutput.ShapeOutputSafeState
Methods in com.github.weisj.jsvg.renderer that return Output.SafeState Modifier and Type Method Description @NotNull Output.SafeState
Graphics2DOutput. safeState()
@NotNull Output.SafeState
Output. safeState()
@NotNull Output.SafeState
ShapeOutput. safeState()
-
Uses of Output.SafeState in com.github.weisj.jsvg.util
Classes in com.github.weisj.jsvg.util that implement Output.SafeState Modifier and Type Class Description class
GraphicsResetHelper
A utility class that holds aGraphics2D
object and is able to reset it back to its original configuration, as this is often more efficient than creating a new graphics instance.
-