Class FontColorDetector
java.lang.Object
org.knowm.xchart.style.colors.FontColorDetector
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final intprivate static final doubleprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColorgetAutomaticFontColor(Color backgroundColor, Color darkForegroundColor, Color lightForegroundColor)
-
Field Details
-
BRIGHTNESS_THRESHOLD
private static final int BRIGHTNESS_THRESHOLD- See Also:
-
RED_FACTOR
private static final double RED_FACTOR- See Also:
-
GREEN_FACTOR
private static final double GREEN_FACTOR- See Also:
-
BLUE_FACTOR
private static final double BLUE_FACTOR- See Also:
-
-
Constructor Details
-
FontColorDetector
public FontColorDetector()
-
-
Method Details
-
getAutomaticFontColor
-