Package com.inet.pdfc.print
Interface ColorProvider
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Settings,UserSettings
- All Known Implementing Classes:
DefaultColorProvider,DefaultSetting
Provides the colors used by the Painter to paint the
Markers for the Difference Groups and their modifications.
- Since:
- 3.20
-
Method Summary
Modifier and TypeMethodDescription@Nonnull ColorDeprecated.@Nonnull ColorReturns the color of the marker for a difference group of the given type@Nonnull ColorDeprecated.As of i-net PDFC 25.10, use insteadgetOutlineColor(ModificationType)@Nonnull ColorReturns the color to mark the difference elements inside a difference group of the given type
-
Method Details
-
getMarkerColor
Deprecated.As of i-net PDFC 25.10, use insteadgetMarkerColor(ModificationType)Returns the color of the marker for a difference group of the given type- 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
Deprecated.As of i-net PDFC 25.10, use insteadgetOutlineColor(ModificationType)Returns the color to mark the difference elements inside a difference group of the given type- Parameters:
t- the type of the difference group- Returns:
- the color to mark the difference elements, should not be null
- Since:
- 3.20
-
getMarkerColor
Returns the color of the marker for a difference group of the given type- Parameters:
t- the type of the difference group- Returns:
- the color of the marker for a difference group, should not be null
- Since:
- 25.10
-
getOutlineColor
Returns the color to mark the difference elements inside a difference group of the given type- Parameters:
t- the type of the difference group- Returns:
- the color to mark the difference elements, should not be null
- Since:
- 25.10
-
getMarkerColor(ModificationType)