JIDE 3.5.15

com.jidesoft.chart.util
Interface Named

All Known Subinterfaces:
AnnotatedChartModel, ChartModel, LeanChartModel, Nameable
All Known Implementing Classes:
AbstractDelegatingChartModel, AnnotatedChartModelAdapter, AverageChartModel, ChartableTableModel, ChartCategory, ChartPoint, ChartPoint3D, CopiedChartModel, DefaultChartModel, FilterableChartModel, LeanMemoryChartModel, ModelMorpher.TransitionPoint, SamplingModel, SelectableChartModel, SortedChartModel, SummingChartModel, TableToChartAdapter, TransformingChartModel, TransposingChartModel, TransposingChartPoint, WaterfallModelAdapter

public interface Named

An interface for objects whose name can be retrieved


Method Summary
 String getName()
          Retrieves the name of the object
 

Method Detail

getName

String getName()
Retrieves the name of the object

Returns:
the name of the object

JIDE 3.5.15