de.sciss.chart.exporting

Type members

Classlikes

final class JPEGExporter(val chart: Chart) extends AnyVal with Exporter

Exports charts to JPEG images.

Exports charts to JPEG images.

See also
final class PDFExporter(val chart: Chart) extends AnyVal with Exporter

Exports charts to PDF documents.

Exports charts to PDF documents.

See also
final class PNGExporter(val chart: Chart) extends AnyVal with Exporter

Exports charts to PNG images.

Exports charts to PNG images.

See also
final class SVGExporter(val chart: Chart) extends AnyVal with Exporter

Exports charts to SVG images.

Exports charts to SVG images.

See also