Uses of Interface
org.faceless.publisher.output.svg.SVGReportOutput.OutputHandler
Packages that use SVGReportOutput.OutputHandler
Package
Description
Provides the classes used to write output to SVG
-
Uses of SVGReportOutput.OutputHandler in org.faceless.publisher.output.svg
Methods in org.faceless.publisher.output.svg that return SVGReportOutput.OutputHandlerModifier and TypeMethodDescriptionSVGReportOutput.getOutputHandler()
Return the OutputHandler set bySVGReportOutput.setOutputHandler(org.faceless.publisher.output.svg.SVGReportOutput.OutputHandler)
.Methods in org.faceless.publisher.output.svg with parameters of type SVGReportOutput.OutputHandlerModifier and TypeMethodDescriptionvoid
SVGReportOutput.setOutputHandler
(SVGReportOutput.OutputHandler handler) Set anSVGReportOutput.OutputHandler
for this SVGOutputStream.