Uses of Class
org.faceless.graph2.Output
-
Packages that use Output Package Description org.faceless.graph2 -
-
Uses of Output in org.faceless.graph2
Subclasses of Output in org.faceless.graph2 Modifier and Type Class Description classImageOutputThe ImageOutput class is a subclass of Output, which allows Graphs to be drawn to aBufferedImageorGraphics2Dobject, and then optionally rendered to a PNG image by calling thewritePNG()method.classPDFOutputA subclass ofOutputthat can be used to plot graphs to aPDFCanvasobject, which can be included in our companion PDF Library.classSVGOutputA subclass ofOutputwhich allows the finished Graph to be rendered to SVG.Methods in org.faceless.graph2 with parameters of type Output Modifier and Type Method Description voidGraph. draw(Output out)Draw the Graph to the specifiedOutputobject.
-