📄 jsfcanvasface.java
字号:
package com.sunfruit.draw.framework;
import java.util.ArrayList;
import java.awt.Graphics;
/**
* <p>Title: </p>
*
* <p>Description: </p>
*
* <p>Copyright: Copyright (c) 2007</p>
*
* <p>Company: </p>
*
* @author not attributable
* @version 1.0
*/
public interface JSFCanvasface {
JSFComponentface[] getComponents();
boolean[][] getReseau();
void addShape(JSFComponentface e);
void removeShape(JSFComponentface e);
void removeShape(int i);
void requestFocus();
JSFComponentface getJSFComponentface_();
void setJSFComponentface_(JSFComponentface jsfComponentface);
void repaint();
void setArrayList(ArrayList arrayList);
void removeAll();
void paint(Graphics g);
Graphics getGraphics();
void init();
int getSpace();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -