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:ModePlotterReturns the form of this plotter.- Specified by:
getFormin interfaceModePlotter<ShapeStyle>- Returns:
- plotter form
-
getMode
ShapeMode getMode()Description copied from interface:ModePlotterReturns the mode of this plotter.- Specified by:
getModein interfaceModePlotter<ShapeStyle>- Returns:
- plotter mode
-