Uses of Class
com.jfcbuilder.builders.XYTitleBuilder
Packages that use XYTitleBuilder
-
Uses of XYTitleBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return XYTitleBuilderModifier and TypeMethodDescriptionXYTitleBuilder.anchor
(org.jfree.chart.ui.RectangleAnchor a) Sets the title's position anchorstatic XYTitleBuilder
XYTitleBuilder.get()
Factory method for obtaining new instances of this class.XYTitleBuilder.maxHeight
(double h) Sets the maximum height of the annotation.XYTitleBuilder.maxWidth
(double w) Sets the maximum width of the annotation.XYTitleBuilder.title
(org.jfree.chart.title.Title t) Sets theTitle
to be annotated.XYTitleBuilder.x
(double x) Sets the x-coordinate of the annotation.XYTitleBuilder.y
(double y) Sets the y-coordinate of the annotation.