Uses of Class
com.jfcbuilder.builders.XYDrawableBuilder
Packages that use XYDrawableBuilder
-
Uses of XYDrawableBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return XYDrawableBuilderModifier and TypeMethodDescriptionXYDrawableBuilder.displayHeight
(double h) Sets the height of the area into which to draw theDrawable
.XYDrawableBuilder.displayWidth
(double w) Sets the width of the area into which to draw theDrawable
.XYDrawableBuilder.drawable
(org.jfree.chart.ui.Drawable d) Sets theDrawable
object to be annotated.XYDrawableBuilder.drawScaleFactor
(double f) Sets the draw scale factor to use.static XYDrawableBuilder
XYDrawableBuilder.get()
Factory method for obtaining new instances of this class.XYDrawableBuilder.x
(double x) Sets the drawable's x-coordinate.XYDrawableBuilder.y
(double y) Sets the drawable's y-coordinate.