ztexture.java
来自「用Java写的报表.功能如下: 0.内建网络打印,网络预览功能! 1.文件操作。」· Java 代码 · 共 50 行
JAVA
50 行
/*
* put your module comment here
* formatted with JxBeauty (c) johann.langhofer@nextra.at
*/
package ezcell;
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2001</p>
* <p>Company: </p>
* @author unascribed
* @version 1.0
*/
import java.awt.*;
import java.io.*;
public interface ZTexture {
/**
* put your documentation comment here
* @param g2
* @param rect
*/
public void fill (Graphics2D g2, ZRect rect);
/**
* put your documentation comment here
* @param shape
*/
public void fill (Shape shape);
/**
* put your documentation comment here
* @param g2
* @param rect
*/
public void setPaint (Graphics2D g2, ZRect rect);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?