Package gnu.kawa.models
Class SVGUtils
- java.lang.Object
-
- gnu.kawa.models.SVGUtils
-
public class SVGUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanhaveToSvg
-
Constructor Summary
Constructors Constructor Description SVGUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Rectangle2DadjustBounds(Picture pic, Rectangle2D bounds, AffineTransform transform)static StringtoSVG(Picture p)static voidtoSVG(Picture p, Consumer out)static voidtoSVG(Picture p, PrintConsumer out, boolean headers)static KElementtoSVGNode(Picture p)
-
-
-
Method Detail
-
toSVG
public static void toSVG(Picture p, PrintConsumer out, boolean headers)
-
adjustBounds
public static Rectangle2D adjustBounds(Picture pic, Rectangle2D bounds, AffineTransform transform)
-
-