Interface Sign
public interface Sign
Interface for objects that convey information via signs/visuals.
Supports localization.
* @version 1.1
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptiongetSignMeaning(Locale locale) Returns the localized content of the sign.Locale[]Returns the locales supported by this sign.
-
Method Details
-
getSupportedLocales
Locale[] getSupportedLocales()Returns the locales supported by this sign. -
getSignMeaning
-