Package adams.gui.visualization.jfreechart.shape
-
Class Summary Class Description AbstractShapeGenerator Generates a shape to be used for marking data points (eg in a scatter plot).Circle Generates a circle.Cross Generates a cross.Default Generates no shape, ie leaves the default one intact.Diamond Generates a diamond.Triangle Generates a triangle. -
Enum Summary Enum Description Cross.Type Enumeration of type of cross.Triangle.Type Enumeration of type of triangle.