Package org.opentrafficsim.draw
Interface RenderableTextSource.ContrastToBackground
- Enclosing class:
- RenderableTextSource<L extends OtsShape,
T extends RenderableTextSource<L, T>>
public static interface RenderableTextSource.ContrastToBackground
Interface to obtain the color of the background.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the color of the background.
-
Method Details
-
getBackgroundColor
Color getBackgroundColor()Retrieve the color of the background.- Returns:
- the (current) color of the background
-