Uses of Class
adams.gui.visualization.jfreechart.shape.AbstractShapeGenerator
-
Packages that use AbstractShapeGenerator Package Description adams.flow.sink adams.gui.tools.spreadsheetviewer.chart adams.gui.visualization.jfreechart.shape -
-
Uses of AbstractShapeGenerator in adams.flow.sink
Fields in adams.flow.sink declared as AbstractShapeGenerator Modifier and Type Field Description protected AbstractShapeGeneratorJFreeChartFileWriter. m_Shapethe shape generator.protected AbstractShapeGeneratorJFreeChartPlot. m_Shapethe shape generator.Methods in adams.flow.sink that return AbstractShapeGenerator Modifier and Type Method Description AbstractShapeGeneratorJFreeChartFileWriter. getShape()Returns the shape generator for XY charts.AbstractShapeGeneratorJFreeChartPlot. getShape()Returns the shape generator for XY charts.Methods in adams.flow.sink with parameters of type AbstractShapeGenerator Modifier and Type Method Description voidJFreeChartFileWriter. setShape(AbstractShapeGenerator value)Sets the shape generator for XY charts.voidJFreeChartPlot. setShape(AbstractShapeGenerator value)Sets the shape generator for XY charts. -
Uses of AbstractShapeGenerator in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as AbstractShapeGenerator Modifier and Type Field Description protected AbstractShapeGeneratorJFreeChart. m_Shapethe shape generator.Methods in adams.gui.tools.spreadsheetviewer.chart that return AbstractShapeGenerator Modifier and Type Method Description AbstractShapeGeneratorJFreeChart. getShape()Returns the shape generator.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type AbstractShapeGenerator Modifier and Type Method Description voidJFreeChart. setShape(AbstractShapeGenerator value)Sets the shape generator. -
Uses of AbstractShapeGenerator in adams.gui.visualization.jfreechart.shape
Subclasses of AbstractShapeGenerator in adams.gui.visualization.jfreechart.shape Modifier and Type Class Description classCircleGenerates a circle.classCrossGenerates a cross.classDefaultGenerates no shape, ie leaves the default one intact.classDiamondGenerates a diamond.classTriangleGenerates a triangle.
-