Uses of Class
org.jfree.svg.ViewBox
-
Packages that use ViewBox Package Description org.jfree.svg ContainsSVGGraphics2Dand supporting classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format. -
-
Uses of ViewBox in org.jfree.svg
Methods in org.jfree.svg with parameters of type ViewBox Modifier and Type Method Description java.lang.StringSVGGraphics2D. getSVGElement(java.lang.String id, boolean includeDimensions, ViewBox viewBox, PreserveAspectRatio preserveAspectRatio, MeetOrSlice meetOrSlice)Returns the SVG element that has been generated by calls to thisGraphics2Dimplementation, giving it the specifiedid.
-