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
Modifier and Type Method Description java.awt.Color
getBackgroundColor()
Retrieve the color of the background.
-
Method Details
-
getBackgroundColor
java.awt.Color getBackgroundColor()Retrieve the color of the background.- Returns:
- Color; the (current) color of the background
-