Interface ShapeModePlotter
-
- All Superinterfaces:
ModePlotter<ShapeStyle>,Plotter<ShapeStyle>
- All Known Implementing Classes:
ArrayShapePlotter,ShapePlotter
public interface ShapeModePlotter extends ModePlotter<ShapeStyle>
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeFormgetForm()Returns the form of this plotter.ShapeModegetMode()Returns the mode of this plotter.-
Methods inherited from interface uk.ac.starlink.ttools.plot2.Plotter
createLayer, createStyle, getCoordGroup, getPlotterDescription, getPlotterIcon, getPlotterName, getRangeStyleKey, getStyleKeys, hasReports
-
-
-
-
Method Detail
-
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
-
-