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.SafeStateOutput. 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 classGraphicsResetHelperA utility class that holds aGraphics2Dobject and is able to reset it back to its original configuration, as this is often more efficient than creating a new graphics instance.classNullOutputprivate static classShapeOutput.ShapeOutputSafeStateMethods in com.github.weisj.jsvg.renderer.output.impl that return Output.SafeState Modifier and Type Method Description @NotNull Output.SafeStateGraphics2DOutput. safeState()@NotNull Output.SafeStateNullOutput. safeState()@NotNull Output.SafeStateShapeOutput. safeState()
-