Package com.inet.pdfc.print
Class DefaultColorProvider
java.lang.Object
com.inet.pdfc.print.DefaultColorProvider
- All Implemented Interfaces:
ColorProvider
,Serializable
Provides the colors used by the Painter to paint the
Markers for the Difference Groups and their modifications.
- Since:
- 4.1
- See Also:
-
Constructor Details
-
DefaultColorProvider
public DefaultColorProvider()
-
-
Method Details
-
getMarkerColor
Returns the color of the marker for a difference group of the given type- Specified by:
getMarkerColor
in interfaceColorProvider
- Parameters:
t
- the type of the difference group- Returns:
- the color of the marker for a difference group, should not be null
- Since:
- 3.20
-
getOutlineColor
Returns the color to mark the difference elements inside a difference group of the given type- Specified by:
getOutlineColor
in interfaceColorProvider
- Parameters:
t
- the type of the difference group- Returns:
- the color to mark the difference elements, should not be null
- Since:
- 3.20
-