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

com.github.rcaller.graphics.DefaultTheme 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 DefaultTheme extends GraphicsTheme{

  public DefaultTheme(){
    bgColor = Color.WHITE;
    plotColor = Color.BLACK;
    labelColor = Color.BLACK;
    headerColor = Color.BLACK;
    subheaderColor = Color.BLACK;
    axisColor = Color.BLACK;
    pointChar = "o";
    lwd=1;
  }
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy