cg_samplercube.java

来自「java 3d game jme 工程开发源代码」· Java 代码 · 共 45 行

JAVA
45
字号
/**
 * cg_samplerCUBE.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;


public class cg_samplerCUBE extends fx_samplerCUBE_common {

	public cg_samplerCUBE(cg_samplerCUBE node) {
		super(node);
	}

	public cg_samplerCUBE(org.w3c.dom.Node node) {
		super(node);
	}

	public cg_samplerCUBE(org.w3c.dom.Document doc) {
		super(doc);
	}

	public cg_samplerCUBE(com.jmex.xml.xml.Document doc, String namespaceURI, String prefix, String name) {
		super(doc, namespaceURI, prefix, name);
	}
	
	public void adjustPrefix() {

		super.adjustPrefix();
	}
	public void setXsiType() {
 		org.w3c.dom.Element el = (org.w3c.dom.Element) domNode;
		el.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance", "xsi:type", "cg_samplerCUBE");
	}

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?