- 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
APlugin
with a name.- Author:
- claudio.rosati@esss.se
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractNamedPlugin(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
-
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
-
-