Uses of Class
adams.gui.visualization.xchart.marker.AbstractMarkerGenerator
-
Packages that use AbstractMarkerGenerator Package Description adams.flow.sink adams.gui.visualization.xchart.dataset adams.gui.visualization.xchart.marker -
-
Uses of AbstractMarkerGenerator in adams.flow.sink
Fields in adams.flow.sink declared as AbstractMarkerGenerator Modifier and Type Field Description protected AbstractMarkerGeneratorXChartFileWriter. m_Markerthe marker generator.protected AbstractMarkerGeneratorXChartPlot. m_Markerthe marker generator.Methods in adams.flow.sink that return AbstractMarkerGenerator Modifier and Type Method Description AbstractMarkerGeneratorXChartFileWriter. getMarker()Returns the marker generator for XY charts.AbstractMarkerGeneratorXChartPlot. getMarker()Returns the marker generator.Methods in adams.flow.sink with parameters of type AbstractMarkerGenerator Modifier and Type Method Description voidXChartFileWriter. setMarker(AbstractMarkerGenerator value)Sets the marker generator for XY charts.voidXChartPlot. setMarker(AbstractMarkerGenerator value)Sets the marker generator. -
Uses of AbstractMarkerGenerator in adams.gui.visualization.xchart.dataset
Methods in adams.gui.visualization.xchart.dataset with parameters of type AbstractMarkerGenerator Modifier and Type Method Description static voidChartUtils. setMarkers(org.knowm.xchart.internal.chartpart.Chart chart, AbstractMarkerGenerator generator)Sets the markers. -
Uses of AbstractMarkerGenerator in adams.gui.visualization.xchart.marker
Subclasses of AbstractMarkerGenerator in adams.gui.visualization.xchart.marker Modifier and Type Class Description classCirclePaints a circle.classCrossPaints a cross.classDefaultDoes not generate a marker, letting XChart decide for the marker type.classDiamondPaints a diamond.classNoneCan be used for disabling markers.classOvalPaints a oval.classPlusPaints a plus.classRectanglePaints a rectangle.classSquarePaints a square.classTrapezoidPaints a trapezoid.classTriangleDownPaints a triangle down.classTriangleUpPaints a triangle up.
-