public class DefaultColorProvider extends java.lang.Object implements ColorProvider
Constructor and Description |
---|
DefaultColorProvider() |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getMarkerColor(DiffGroup.GroupType t)
Returns the color of the marker for a difference group of the given type
|
java.awt.Color |
getOutlineColor(DiffGroup.GroupType t)
Returns the color to mark the difference elements inside a difference group of the given type
|
@Nonnull public java.awt.Color getMarkerColor(DiffGroup.GroupType t)
getMarkerColor
in interface ColorProvider
t
- the type of the difference group@Nonnull public java.awt.Color getOutlineColor(DiffGroup.GroupType t)
getOutlineColor
in interface ColorProvider
t
- the type of the difference groupCopyright © 2010-2022 by i-net software GmbH