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

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

The newest version!

package com.github.rcaller.graphics;

import java.awt.Color;


public class SkyTheme extends GraphicsTheme {
   public SkyTheme(){
    bgColor = new Color(240,240,255);
    plotColor = new Color(0,200,255);
    labelColor = new Color(100,155,255);
    headerColor = new Color(0,0,255);
    subheaderColor = new Color(0,100,255);
    axisColor = new Color(10,0,255);
    pointChar = "*";
    lwd=3;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy