Uses of Enum Class
org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
Packages that use VectorGraphicsEncoder.VectorGraphicsFormat
-
Uses of VectorGraphicsEncoder.VectorGraphicsFormat in org.knowm.xchart
Subclasses with type arguments of type VectorGraphicsEncoder.VectorGraphicsFormat in org.knowm.xchartMethods in org.knowm.xchart that return VectorGraphicsEncoder.VectorGraphicsFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.VectorGraphicsEncoder.VectorGraphicsFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.knowm.xchart with parameters of type VectorGraphicsEncoder.VectorGraphicsFormatModifier and TypeMethodDescriptionstatic StringVectorGraphicsEncoder.addFileExtension(String fileName, VectorGraphicsEncoder.VectorGraphicsFormat vectorGraphicsFormat) Only adds the extension of the VectorGraphicsFormat to the filename if the filename doesn't already have it.static voidVectorGraphicsEncoder.saveVectorGraphic(Chart chart, OutputStream os, VectorGraphicsEncoder.VectorGraphicsFormat vectorGraphicsFormat) Write a chart to an OutputStream.static voidVectorGraphicsEncoder.saveVectorGraphic(Chart chart, String fileName, VectorGraphicsEncoder.VectorGraphicsFormat vectorGraphicsFormat) Write a chart to a file.