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 boolean
haveToSvg
-
Constructor Summary
Constructors Constructor Description SVGUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Rectangle2D
adjustBounds(Picture pic, Rectangle2D bounds, AffineTransform transform)
static String
toSVG(Picture p)
static void
toSVG(Picture p, Consumer out)
static void
toSVG(Picture p, PrintConsumer out, boolean headers)
static KElement
toSVGNode(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)
-
-