Uses of Class
org.jfree.svg.MeetOrSlice
-
Uses of MeetOrSlice in org.jfree.svg
Methods in org.jfree.svg that return MeetOrSlice Modifier and Type Method Description static MeetOrSliceMeetOrSlice. valueOf(String name)Returns the enum constant of this type with the specified name.static MeetOrSlice[]MeetOrSlice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.svg with parameters of type MeetOrSlice Modifier and Type Method Description StringSVGGraphics2D. getSVGElement(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.