Uses of Class
io.github.sosuisen.jfxbuilder.graphics.NonInvertibleTransformExceptionBuilder
Packages that use NonInvertibleTransformExceptionBuilder
-
Uses of NonInvertibleTransformExceptionBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return NonInvertibleTransformExceptionBuilderModifier and TypeMethodDescriptionNonInvertibleTransformExceptionBuilder.apply
(Consumer<NonInvertibleTransformException> func) Applies a function to the NonInvertibleTransformException instance being constructed.Accepts the constructor arguments ofNonInvertibleTransformException(String)
and returns an instance ofNonInvertibleTransformExceptionBuilder
.NonInvertibleTransformExceptionBuilder.stackTrace
(StackTraceElement[] arg0) A builder method that invokes thesetStackTrace
method on the instance being constructed.