cg_int2x2.java
来自「java 3d game jme 工程开发源代码」· Java 代码 · 共 37 行
JAVA
37 行
/**
* cg_int2x2.java
*
* This file was generated by XMLSpy 2007sp2 Enterprise Edition.
*
* YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
* OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
*
* Refer to the XMLSpy Documentation for further details.
* http://www.altova.com/xmlspy
*/
package com.jmex.model.collada.schema;
import com.jmex.xml.types.SchemaString;
public class cg_int2x2 extends cg_ListOfInt {
public cg_int2x2() {
super();
}
public cg_int2x2(String newValue) {
super(newValue);
validate();
}
public cg_int2x2(SchemaString newValue) {
super(newValue);
validate();
}
public void validate() {
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?