Class ShapePlotter.ShapeModePlotter
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.layer.AbstractPlotter<ShapeStyle>
-
- uk.ac.starlink.ttools.plot2.layer.ShapePlotter
-
- uk.ac.starlink.ttools.plot2.layer.ShapePlotter.ShapeModePlotter
-
- All Implemented Interfaces:
ModePlotter<ShapeStyle>
,Plotter<ShapeStyle>
- Enclosing class:
- ShapePlotter
public static class ShapePlotter.ShapeModePlotter extends ShapePlotter implements ModePlotter<ShapeStyle>
ShapePlotter subclass which additionally implements the ModePlotter interface.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
ShapePlotter.ShapeModePlotter
-
Nested classes/interfaces inherited from interface uk.ac.starlink.ttools.plot2.layer.ModePlotter
ModePlotter.Form, ModePlotter.Mode
-
-
Constructor Summary
Constructors Constructor Description ShapeModePlotter(java.lang.String name, ShapeForm form, ShapeMode mode)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeForm
getForm()
Returns the form of this plotter.ShapeMode
getMode()
Returns the mode of this plotter.-
Methods inherited from class uk.ac.starlink.ttools.plot2.layer.ShapePlotter
createFlat2dPlotter, createLayer, createShapePlotters, createStyle, getModeCoordsIndex, getPlotterDescription, getStyleKeys
-
Methods inherited from class uk.ac.starlink.ttools.plot2.layer.AbstractPlotter
getCoordGroup, getPlotterIcon, getPlotterName, hasReports
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.ac.starlink.ttools.plot2.Plotter
createLayer, createStyle, getCoordGroup, getPlotterDescription, getPlotterIcon, getPlotterName, getStyleKeys, hasReports
-
-
-
-
Method Detail
-
getForm
public ShapeForm getForm()
Description copied from interface:ModePlotter
Returns the form of this plotter.- Specified by:
getForm
in interfaceModePlotter<ShapeStyle>
- Returns:
- plotter form
-
getMode
public ShapeMode getMode()
Description copied from interface:ModePlotter
Returns the mode of this plotter.- Specified by:
getMode
in interfaceModePlotter<ShapeStyle>
- Returns:
- plotter mode
-
-