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

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

There is a newer version: 2.0.1
Show newest version
package freeseawind.lf.canvas;

import java.awt.Graphics;

import javax.swing.JComponent;

/**
 * 绘图回调接口申明
 *
 * @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