⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cg_newarray_type.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
	}

	public static int getbool1x2MaxCount() {
		return 1;
	}

	public int getbool1x2Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x2");
	}

	public boolean hasbool1x2() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x2");
	}

	public cg_bool1x2 newbool1x2() {
		return new cg_bool1x2();
	}

	public cg_bool1x2 getbool1x2At(int index) throws Exception {
		return new cg_bool1x2(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x2", index)));
	}

	public org.w3c.dom.Node getStartingbool1x2Cursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x2" );
	}

	public org.w3c.dom.Node getAdvancedbool1x2Cursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x2", curNode );
	}

	public cg_bool1x2 getbool1x2ValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new cg_bool1x2(getDomNodeValue(curNode));
	}

	public cg_bool1x2 getbool1x2() throws Exception 
 {
		return getbool1x2At(0);
	}

	public void removebool1x2At(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x2", index);
	}

	public void removebool1x2() {
		removebool1x2At(0);
	}

	public org.w3c.dom.Node addbool1x2(cg_bool1x2 value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x2", value.toString());
	}

	public org.w3c.dom.Node addbool1x2(String value) throws Exception {
		return addbool1x2(new cg_bool1x2(value));
	}

	public void insertbool1x2At(cg_bool1x2 value, int index) {
		insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x2", index, value.toString());
	}

	public void insertbool1x2At(String value, int index) throws Exception {
		insertbool1x2At(new cg_bool1x2(value), index);
	}

	public void replacebool1x2At(cg_bool1x2 value, int index) {
		replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x2", index, value.toString());
	}

	public void replacebool1x2At(String value, int index) throws Exception {
		replacebool1x2At(new cg_bool1x2(value), index);
	}

	public static int getbool1x3MinCount() {
		return 1;
	}

	public static int getbool1x3MaxCount() {
		return 1;
	}

	public int getbool1x3Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x3");
	}

	public boolean hasbool1x3() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x3");
	}

	public cg_bool1x3 newbool1x3() {
		return new cg_bool1x3();
	}

	public cg_bool1x3 getbool1x3At(int index) throws Exception {
		return new cg_bool1x3(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x3", index)));
	}

	public org.w3c.dom.Node getStartingbool1x3Cursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x3" );
	}

	public org.w3c.dom.Node getAdvancedbool1x3Cursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x3", curNode );
	}

	public cg_bool1x3 getbool1x3ValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new cg_bool1x3(getDomNodeValue(curNode));
	}

	public cg_bool1x3 getbool1x3() throws Exception 
 {
		return getbool1x3At(0);
	}

	public void removebool1x3At(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x3", index);
	}

	public void removebool1x3() {
		removebool1x3At(0);
	}

	public org.w3c.dom.Node addbool1x3(cg_bool1x3 value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x3", value.toString());
	}

	public org.w3c.dom.Node addbool1x3(String value) throws Exception {
		return addbool1x3(new cg_bool1x3(value));
	}

	public void insertbool1x3At(cg_bool1x3 value, int index) {
		insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x3", index, value.toString());
	}

	public void insertbool1x3At(String value, int index) throws Exception {
		insertbool1x3At(new cg_bool1x3(value), index);
	}

	public void replacebool1x3At(cg_bool1x3 value, int index) {
		replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x3", index, value.toString());
	}

	public void replacebool1x3At(String value, int index) throws Exception {
		replacebool1x3At(new cg_bool1x3(value), index);
	}

	public static int getbool1x4MinCount() {
		return 1;
	}

	public static int getbool1x4MaxCount() {
		return 1;
	}

	public int getbool1x4Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x4");
	}

	public boolean hasbool1x4() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x4");
	}

	public cg_bool1x4 newbool1x4() {
		return new cg_bool1x4();
	}

	public cg_bool1x4 getbool1x4At(int index) throws Exception {
		return new cg_bool1x4(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x4", index)));
	}

	public org.w3c.dom.Node getStartingbool1x4Cursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x4" );
	}

	public org.w3c.dom.Node getAdvancedbool1x4Cursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x4", curNode );
	}

	public cg_bool1x4 getbool1x4ValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new cg_bool1x4(getDomNodeValue(curNode));
	}

	public cg_bool1x4 getbool1x4() throws Exception 
 {
		return getbool1x4At(0);
	}

	public void removebool1x4At(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x4", index);
	}

	public void removebool1x4() {
		removebool1x4At(0);
	}

	public org.w3c.dom.Node addbool1x4(cg_bool1x4 value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x4", value.toString());
	}

	public org.w3c.dom.Node addbool1x4(String value) throws Exception {
		return addbool1x4(new cg_bool1x4(value));
	}

	public void insertbool1x4At(cg_bool1x4 value, int index) {
		insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x4", index, value.toString());
	}

	public void insertbool1x4At(String value, int index) throws Exception {
		insertbool1x4At(new cg_bool1x4(value), index);
	}

	public void replacebool1x4At(cg_bool1x4 value, int index) {
		replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool1x4", index, value.toString());
	}

	public void replacebool1x4At(String value, int index) throws Exception {
		replacebool1x4At(new cg_bool1x4(value), index);
	}

	public static int getbool2x1MinCount() {
		return 1;
	}

	public static int getbool2x1MaxCount() {
		return 1;
	}

	public int getbool2x1Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x1");
	}

	public boolean hasbool2x1() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x1");
	}

	public cg_bool2x1 newbool2x1() {
		return new cg_bool2x1();
	}

	public cg_bool2x1 getbool2x1At(int index) throws Exception {
		return new cg_bool2x1(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x1", index)));
	}

	public org.w3c.dom.Node getStartingbool2x1Cursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x1" );
	}

	public org.w3c.dom.Node getAdvancedbool2x1Cursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x1", curNode );
	}

	public cg_bool2x1 getbool2x1ValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new cg_bool2x1(getDomNodeValue(curNode));
	}

	public cg_bool2x1 getbool2x1() throws Exception 
 {
		return getbool2x1At(0);
	}

	public void removebool2x1At(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x1", index);
	}

	public void removebool2x1() {
		removebool2x1At(0);
	}

	public org.w3c.dom.Node addbool2x1(cg_bool2x1 value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x1", value.toString());
	}

	public org.w3c.dom.Node addbool2x1(String value) throws Exception {
		return addbool2x1(new cg_bool2x1(value));
	}

	public void insertbool2x1At(cg_bool2x1 value, int index) {
		insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x1", index, value.toString());
	}

	public void insertbool2x1At(String value, int index) throws Exception {
		insertbool2x1At(new cg_bool2x1(value), index);
	}

	public void replacebool2x1At(cg_bool2x1 value, int index) {
		replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x1", index, value.toString());
	}

	public void replacebool2x1At(String value, int index) throws Exception {
		replacebool2x1At(new cg_bool2x1(value), index);
	}

	public static int getbool2x2MinCount() {
		return 1;
	}

	public static int getbool2x2MaxCount() {
		return 1;
	}

	public int getbool2x2Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2x2");
	}

	public boolean hasbool2x2() 

⌨️ 快捷键说明

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