Uses of Class
org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
-
Packages that use VectorGraphicsEncoder.VectorGraphicsFormat Package Description org.knowm.xchart -
-
Uses of VectorGraphicsEncoder.VectorGraphicsFormat in org.knowm.xchart
Methods in org.knowm.xchart that return VectorGraphicsEncoder.VectorGraphicsFormat Modifier and Type Method Description static VectorGraphicsEncoder.VectorGraphicsFormat
VectorGraphicsEncoder.VectorGraphicsFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static VectorGraphicsEncoder.VectorGraphicsFormat[]
VectorGraphicsEncoder.VectorGraphicsFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchart with parameters of type VectorGraphicsEncoder.VectorGraphicsFormat Modifier and Type Method Description static String
VectorGraphicsEncoder. 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 void
VectorGraphicsEncoder. saveVectorGraphic(org.knowm.xchart.internal.chartpart.Chart chart, String fileName, VectorGraphicsEncoder.VectorGraphicsFormat vectorGraphicsFormat)
-