Uses of Interface
com.github.weisj.jsvg.renderer.output.Output.SafeState
-
Packages that use Output.SafeState Package Description com.github.weisj.jsvg.renderer.output com.github.weisj.jsvg.renderer.output.impl -
-
Uses of Output.SafeState in com.github.weisj.jsvg.renderer.output
Methods in com.github.weisj.jsvg.renderer.output that return Output.SafeState Modifier and Type Method Description @NotNull Output.SafeState
Output. safeState()
-
Uses of Output.SafeState in com.github.weisj.jsvg.renderer.output.impl
Classes in com.github.weisj.jsvg.renderer.output.impl 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.class
NullOutput
private static class
ShapeOutput.ShapeOutputSafeState
Methods in com.github.weisj.jsvg.renderer.output.impl that return Output.SafeState Modifier and Type Method Description @NotNull Output.SafeState
Graphics2DOutput. safeState()
@NotNull Output.SafeState
NullOutput. safeState()
@NotNull Output.SafeState
ShapeOutput. safeState()
-