uk.ac.starlink.ttools.plot2.layer
Interface ModePlotter.Mode

All Known Implementing Classes:
ShapeMode
Enclosing interface:
ModePlotter<S extends Style>

public static interface ModePlotter.Mode

Marker interface for an object that is shared between plotters sharing characteristics that make it useful to group them. These characteristics may be encoded by the interface of the Mode subclass.


Method Summary
 Icon getModeIcon()
          Returns an icon to identify this mode in the GUI.
 String getModeName()
          Returns the user-directed name for this mode.
 

Method Detail

getModeName

String getModeName()
Returns the user-directed name for this mode.

Returns:
mode name

getModeIcon

Icon getModeIcon()
Returns an icon to identify this mode in the GUI.

Returns:
mode icon


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.