Package org.opentrafficsim.draw.core
Interface TextAnimation.ContrastToBackground
-
- Enclosing class:
- TextAnimation
public static interface TextAnimation.ContrastToBackground
Interface to obtain the color of the background.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Color
getBackgroundColor()
Retrieve the color of the background.
-