edu.brook.ascape.util
Interface HasName
- All Known Subinterfaces:
- ColorFeature, ComponentView, DataPoint, ImageFeature, ScapeListener
- All Known Implementing Classes:
- AscapeObject, DrawFeature, SimplexFeature
- public abstract interface HasName
An interface declaring that an instance of a class has a name.
Note that a name is not the same as the string typically returned by
toString(). Instead, it is an in context name with
significance to the user. For example, an instance of Foo might
return "Foo 23A" for toString, but "Fred" for getName().
- Since:
- 1.0
- Version:
- 1.0
|
Method Summary |
java.lang.String |
getName()
Returns the of the object. |
getName
public java.lang.String getName()
- Returns the of the object.