Uses of Class
pl.poznan.put.utility.svg.Format
-
Packages that use Format Package Description pl.poznan.put.utility.svg Contains classes useful for SVG processing. -
-
Uses of Format in pl.poznan.put.utility.svg
Methods in pl.poznan.put.utility.svg that return Format Modifier and Type Method Description static FormatFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.poznan.put.utility.svg with parameters of type Format Modifier and Type Method Description static byte[]SVGHelper. export(org.w3c.dom.svg.SVGDocument svgDocument, Format format)Exports SVG image to a given output image format.
-