Uses of Class
com.jfcbuilder.builders.XYDataImageBuilder
Packages that use XYDataImageBuilder
-
Uses of XYDataImageBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return XYDataImageBuilderModifier and TypeMethodDescriptionstatic XYDataImageBuilderXYDataImageBuilder.get()Factory method for obtaining new instances of this class.XYDataImageBuilder.height(double h) Sets the data-space height of the image's drawing rectangle.Sets theImageto be annotated.XYDataImageBuilder.includeInDataBounds(boolean include) Sets the "include in data bounds" flag.XYDataImageBuilder.width(double w) Sets the data-space width of the image's drawing rectangle.XYDataImageBuilder.x(double x) Sets the data image's x-axis data coordinate.XYDataImageBuilder.y(double y) Sets the data image's y-axis data coordinate.