📄 linestyle.java
字号:
package graphics0;/** * <p>Title: computer graphics </p> * <p>Description: homeworks</p> * <p>Copyright: Copyright (c) 2004 </p> * <p>Company: shu</p> * @author dxf * @version 1.0 */public class LineStyle { /* public static final LineStyle SOLID ; public static final LineStyle DASHED = new LineStyle(1); private static final String[] stringTable = { "Johann Sebastian Bach", "Wilhelm Friedemann Bach", "Carl Philip Emmanuel Bach", "Johann Christian Bach", "P.D.Q. Bach" }; protected String[] getStringTable() { return stringTable; } private static final Bach[] enumValueTable = { JOHANN_SEBASTIAN, WILHELM_FRIEDEMANN, CARL_PHILIP_EMMANUEL, JOHANN_CHRISTIAN, P_D_Q }; protected EnumSyntax[] getEnumValueTable() { return enumValueTable; }*/ }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -