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 AbstractShapeGenerator
JFreeChartFileWriter. m_Shape
the shape generator.protected AbstractShapeGenerator
JFreeChartPlot. m_Shape
the shape generator.Methods in adams.flow.sink that return AbstractShapeGenerator Modifier and Type Method Description AbstractShapeGenerator
JFreeChartFileWriter. getShape()
Returns the shape generator.AbstractShapeGenerator
JFreeChartPlot. getShape()
Returns the shape generator.Methods in adams.flow.sink with parameters of type AbstractShapeGenerator Modifier and Type Method Description void
JFreeChartFileWriter. setShape(AbstractShapeGenerator value)
Sets the shape generator.void
JFreeChartPlot. setShape(AbstractShapeGenerator value)
Sets the shape generator. -
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 AbstractShapeGenerator
JFreeChart. m_Shape
the shape generator.Methods in adams.gui.tools.spreadsheetviewer.chart that return AbstractShapeGenerator Modifier and Type Method Description AbstractShapeGenerator
JFreeChart. getShape()
Returns the shape generator.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type AbstractShapeGenerator Modifier and Type Method Description void
JFreeChart. 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 class
Circle
Generates a circle.class
Cross
Generates a cross.class
Default
Generates no shape, ie leaves the default one intact.class
Diamond
Generates a diamond.class
Triangle
Generates a triangle.
-