Package itumulator.executable
Interface DynamicDisplayInformationProvider
public interface DynamicDisplayInformationProvider
By implementing this interface, an object can dynamically control a objects display information at runtime.
Implementing this interface overrides any image or color associated with a class.
-
Method Summary
Modifier and TypeMethodDescriptionShould provideDisplayInformation
to determine the visualization of the object.
-
Method Details
-
getInformation
DisplayInformation getInformation()Should provideDisplayInformation
to determine the visualization of the object.- Returns:
- DisplayInformation.
-