![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
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