Interface ShapeModePlotter
- All Superinterfaces:
ModePlotter<ShapeStyle>
,Plotter<ShapeStyle>
- All Known Implementing Classes:
ArrayShapePlotter
,ShapePlotter
ModePlotter subclass with ShapeForm for form and ShapeMode for mode.
- Since:
- 26 Jan 2021
- Author:
- Mark Taylor
-
Nested Class Summary
Nested classes/interfaces inherited from interface uk.ac.starlink.ttools.plot2.layer.ModePlotter
ModePlotter.Form, ModePlotter.Mode
-
Method Summary
Methods inherited from interface uk.ac.starlink.ttools.plot2.Plotter
createLayer, createStyle, getCoordGroup, getPlotterDescription, getPlotterIcon, getPlotterName, getRangeStyleKey, getStyleKeys, hasReports
-
Method Details
-
getForm
ShapeForm getForm()Description copied from interface:ModePlotter
Returns the form of this plotter.- Specified by:
getForm
in interfaceModePlotter<ShapeStyle>
- Returns:
- plotter form
-
getMode
ShapeMode getMode()Description copied from interface:ModePlotter
Returns the mode of this plotter.- Specified by:
getMode
in interfaceModePlotter<ShapeStyle>
- Returns:
- plotter mode
-