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

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