-
- All Known Subinterfaces:
JImageFeature
public interface NamedAn interface that describe an object that can be named.- Since:
- 1.0.9
- Version:
- "1.0.12" - b202004280800L
- Author:
- Julien Seinturier - COMEX S.A. - contact@jorigin.org - https://github.com/jorigin/jeometry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the name of the object.voidsetName(String name)Set the name of the object.
-
-
-
Method Detail
-
getName
String getName()
Get the name of the object.- Returns:
- the name of the object.
- See Also:
setName(String)
-
-