Package uk.ac.starlink.topcat.plot2
Interface Configger
- All Known Implementing Classes:
AxisController
,BasicCoordLayerControl
,CartesianAxisController
,ConfigControl
,CubeAxisController
,DatalessLayerControl
,FrameControl
,FunctionLayerControl
,HealpixLayerControl
,HistogramAxisController
,PlaneAxisController
,ShaderControl
,SkyAxisController
,SpectrogramLayerControl
,TimeAxisController
public interface Configger
Source of a config map.
- Since:
- 12 Mar 2013
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionuk.ac.starlink.ttools.plot2.config.ConfigMap
Returns a configuration map.
-
Method Details
-
getConfig
uk.ac.starlink.ttools.plot2.config.ConfigMap getConfig()Returns a configuration map. Calling this method will typically gather information from a GUI to return.- Returns:
- config map
-