Uses of Interface
com.github.weisj.jsvg.renderer.Output.SafeState
Packages that use Output.SafeState
-
Uses of Output.SafeState in com.github.weisj.jsvg.renderer
Classes in com.github.weisj.jsvg.renderer that implement Output.SafeStateMethods in com.github.weisj.jsvg.renderer that return Output.SafeStateModifier and TypeMethodDescription@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.SafeStateModifier and TypeClassDescriptionclass
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.