- java.lang.Object
-
- eu.ess.xaos.ui.plot.Plugin
-
- eu.ess.xaos.ui.plot.plugins.AbstractNamedPlugin
-
- Direct Known Subclasses:
AbstractBoundedPlugin
public class AbstractNamedPlugin extends Plugin
APluginwith a name.- Author:
- claudio.rosati@esss.se
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractNamedPlugin(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()-
Methods inherited from class eu.ess.xaos.ui.plot.Plugin
chartConnected, chartDisconnected, formattedValue, getChart, getChartLegend, getFailureMessage, getLocationInPlotArea, getLocationInPlotArea, getPlotAreaBounds, getPlotChildren, getXAxis, getXAxis, getXValueAxis, getXValueAxis, getXValueForDisplay, getXValueForDisplayAsDouble, getYAxis, getYAxis, getYValueAxis, getYValueAxis, getYValueForDisplay, getYValueForDisplayAsDouble, isBindFailed, isInsidePlotArea, isInsidePlotArea, isSeriesVisible, seriesVisibilityUpdated, setChart, toDataPoint, toDisplayPoint
-
-