Uses of Class
com.jfcbuilder.builders.MarkerBuilder
Packages that use MarkerBuilder
-
Uses of MarkerBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return MarkerBuilderModifier and TypeMethodDescriptionMarkerBuilder.at
(double value) Sets the value at which the line show be drawn.Sets the color to be used when drawing the linestatic MarkerBuilder
MarkerBuilder.get()
Factory method for obtaining new instances of this class.MarkerBuilder.horizontal()
Sets the orientation of the line to horizontal.MarkerBuilder.orientation
(Orientation orientation) Sets the orientation of the line to be drawn.Sets the line style (Stroke
) to be used when drawing the lineMarkerBuilder.vertical()
Sets the orientation of the line to vertical.Methods in com.jfcbuilder.builders with parameters of type MarkerBuilderModifier and TypeMethodDescriptionIXYTimeSeriesPlotBuilder.marker
(MarkerBuilder marker) Registers aMarkerBuilder
whosebuild()
method will be called to generate its plot line when this plot builder'sbuild()
method is called.OhlcPlotBuilder.marker
(MarkerBuilder line) XYTimeSeriesPlotBuilder.marker
(MarkerBuilder line) -
Uses of MarkerBuilder in com.jfcbuilder.types
Methods in com.jfcbuilder.types that return types with arguments of type MarkerBuilderModifier and TypeMethodDescriptionXYTimeSeriesPlotBuilderElements.unmodifiableLines()
Gets an unmodifiable list of the marker builders to be used for building the plot.Methods in com.jfcbuilder.types with parameters of type MarkerBuilderModifier and TypeMethodDescriptionvoid
XYTimeSeriesPlotBuilderElements.marker
(MarkerBuilder marker) Registers a fixed marker builder to be used for building the plot.