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

org.math.io.ClipBoardPrintable Maven / Gradle / Ivy

The newest version!
package org.math.io;

/**
 * BSD License
 * 
 * @author Yann RICHET
 */

public interface ClipBoardPrintable {
    public void toClipBoard();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy