JIDE 3.5.15

com.jidesoft.chart.util
Interface Nameable

All Superinterfaces:
Named
All Known Implementing Classes:
ChartPoint, ChartPoint3D, ModelMorpher.TransitionPoint, TransposingChartPoint

public interface Nameable
extends Named

An interface for objects that can be named


Method Summary
 void setName(String name)
          Specify the name of the object
 
Methods inherited from interface com.jidesoft.chart.util.Named
getName
 

Method Detail

setName

void setName(String name)
Specify the name of the object

Parameters:
name - the name of the object

JIDE 3.5.15