Class SvgExportSettings


  • public class SvgExportSettings
    extends Object
    Contains all attributes used on the SVG Export process.
    • Constructor Detail

      • SvgExportSettings

        public SvgExportSettings​(double width,
                                 double height,
                                 Object context)
    • Method Detail

      • getWidth

        public double getWidth()
      • getHeight

        public double getHeight()
      • getContext

        public Object getContext()