![JAR search and dependency download from the Maven repository](/logo.png)
eqtlmappingpipeline.graphics.curve.Curve Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package eqtlmappingpipeline.graphics.curve;
import eqtlmappingpipeline.graphics.Graphics;
/**
*
* @author harm-jan
*/
public class Curve extends Graphics {
public Curve(int width, int height, boolean outputPDF, String outputLoc){
super(width, height, outputPDF, outputLoc);
}
/* No Comment */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy