All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.rcaller.graphics.BlackTheme Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package com.github.rcaller.graphics;

import java.awt.Color;

public class BlackTheme extends GraphicsTheme {

  public BlackTheme() {
    bgColor = Color.BLACK;
    plotColor = Color.WHITE;
    labelColor = Color.GREEN;
    headerColor = Color.RED;
    subheaderColor = Color.BLUE;
    axisColor = Color.RED;
    pointChar = "*";
    lwd=3;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy