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

📄 gles_newparam.java

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

	public org.w3c.dom.Node addfloat1x1(float2 value) {
		if( value.isNull() )
			return null;

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

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

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

	public void insertfloat1x1At(String value, int index) throws Exception {
		insertfloat1x1At(new float2(value), index);
	}

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

	public void replacefloat1x1At(String value, int index) throws Exception {
		replacefloat1x1At(new float2(value), index);
	}

	public static int getfloat1x2MinCount() {
		return 1;
	}

	public static int getfloat1x2MaxCount() {
		return 1;
	}

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

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

	public float22 newfloat1x2() {
		return new float22();
	}

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

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

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

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

	public float22 getfloat1x2() throws Exception 
 {
		return getfloat1x2At(0);
	}

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

	public void removefloat1x2() {
		removefloat1x2At(0);
	}

	public org.w3c.dom.Node addfloat1x2(float22 value) {
		if( value.isNull() )
			return null;

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

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

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

	public void insertfloat1x2At(String value, int index) throws Exception {
		insertfloat1x2At(new float22(value), index);
	}

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

	public void replacefloat1x2At(String value, int index) throws Exception {
		replacefloat1x2At(new float22(value), index);
	}

	public static int getfloat1x3MinCount() {
		return 1;
	}

	public static int getfloat1x3MaxCount() {
		return 1;
	}

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

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

	public float3 newfloat1x3() {
		return new float3();
	}

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

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

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

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

	public float3 getfloat1x3() throws Exception 
 {
		return getfloat1x3At(0);
	}

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

	public void removefloat1x3() {
		removefloat1x3At(0);
	}

	public org.w3c.dom.Node addfloat1x3(float3 value) {
		if( value.isNull() )
			return null;

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

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

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

	public void insertfloat1x3At(String value, int index) throws Exception {
		insertfloat1x3At(new float3(value), index);
	}

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

	public void replacefloat1x3At(String value, int index) throws Exception {
		replacefloat1x3At(new float3(value), index);
	}

	public static int getfloat1x4MinCount() {
		return 1;
	}

	public static int getfloat1x4MaxCount() {
		return 1;
	}

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

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

	public float4 newfloat1x4() {
		return new float4();
	}

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

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

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

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

	public float4 getfloat1x4() throws Exception 
 {
		return getfloat1x4At(0);
	}

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

	public void removefloat1x4() {
		removefloat1x4At(0);
	}

	public org.w3c.dom.Node addfloat1x4(float4 value) {
		if( value.isNull() )
			return null;

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

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

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

	public void insertfloat1x4At(String value, int index) throws Exception {
		insertfloat1x4At(new float4(value), index);
	}

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

	public void replacefloat1x4At(String value, int index) throws Exception {
		replacefloat1x4At(new float4(value), index);
	}

	public static int getfloat2x1MinCount() {
		return 1;
	}

	public static int getfloat2x1MaxCount() {
		return 1;
	}

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

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

	public float22 newfloat2x1() {
		return new float22();
	}

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

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

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

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

	public float22 getfloat2x1() throws Exception 
 {
		return getfloat2x1At(0);
	}

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

	public void removefloat2x1() {
		removefloat2x1At(0);
	}

	public org.w3c.dom.Node addfloat2x1(float22 value) {
		if( value.isNull() )
			return null;

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

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

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

	public void insertfloat2x1At(String value, int index) throws Exception {
		insertfloat2x1At(new float22(value), index);
	}

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

	public void replacefloat2x1At(String value, int index) throws Exception {
		replacefloat2x1At(new float22(value), index);
	}

	public static int getfloat2x2MinCount() {
		return 1;
	}

	public static int getfloat2x2MaxCount() {
		return 1;
	}

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

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

	public float2x2 newfloat2x2() {
		return new float2x2();
	}

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

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

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

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

	public float2x2 getfloat2x2() throws Exception 
 {
		return getfloat2x2At(0);
	}

	public void remove

⌨️ 快捷键说明

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