![JAR search and dependency download from the Maven repository](/logo.png)
freeseawind.lf.canvas.LuckCanvas Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of littleluck Show documentation
Show all versions of littleluck Show documentation
Java Swing cross platform LookAndFeel
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