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

freeseawind.lf.canvas.LuckCanvas Maven / Gradle / Ivy

The newest version!
package freeseawind.lf.canvas;

import java.awt.Graphics;

import javax.swing.JComponent;

/**
 * 
 * 绘图回调接口申明
 * 
 * draw callback interface.
 * 
* * @author freeseawind@github * @version 1.0 * */ public interface LuckCanvas { /** * * @param g Graphics * * @param c JComponent * */ public void drawComponent(Graphics g, JComponent c); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy