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

📄 shapetype2.java

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

	public org.w3c.dom.Node addinstance_physics_material(InstanceWithExtra value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material", value);
	}

	public void insertinstance_physics_materialAt(InstanceWithExtra value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material", index, value);
	}

	public void replaceinstance_physics_materialAt(InstanceWithExtra value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material", index, value);
	}

	public static int getphysics_materialMinCount() {
		return 1;
	}

	public static int getphysics_materialMaxCount() {
		return 1;
	}

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

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

	public physics_materialType newphysics_material() {
		return new physics_materialType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "physics_material"));
	}

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

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

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

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

	public physics_materialType getphysics_material() throws Exception 
 {
		return getphysics_materialAt(0);
	}

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

	public void removephysics_material() {
		removephysics_materialAt(0);
	}

	public org.w3c.dom.Node addphysics_material(physics_materialType value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "physics_material", value);
	}

	public void insertphysics_materialAt(physics_materialType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "physics_material", index, value);
	}

	public void replacephysics_materialAt(physics_materialType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "physics_material", index, value);
	}

	public static int getinstance_geometryMinCount() {
		return 1;
	}

	public static int getinstance_geometryMaxCount() {
		return 1;
	}

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

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

	public instance_geometryType newinstance_geometry() {
		return new instance_geometryType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "instance_geometry"));
	}

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

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

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

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

	public instance_geometryType getinstance_geometry() throws Exception 
 {
		return getinstance_geometryAt(0);
	}

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

	public void removeinstance_geometry() {
		removeinstance_geometryAt(0);
	}

	public org.w3c.dom.Node addinstance_geometry(instance_geometryType value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "instance_geometry", value);
	}

	public void insertinstance_geometryAt(instance_geometryType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_geometry", index, value);
	}

	public void replaceinstance_geometryAt(instance_geometryType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "instance_geometry", index, value);
	}

	public static int getplaneMinCount() {
		return 1;
	}

	public static int getplaneMaxCount() {
		return 1;
	}

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

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

	public planeType newplane() {
		return new planeType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "plane"));
	}

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

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

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

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

	public planeType getplane() throws Exception 
 {
		return getplaneAt(0);
	}

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

	public void removeplane() {
		removeplaneAt(0);
	}

	public org.w3c.dom.Node addplane(planeType value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "plane", value);
	}

	public void insertplaneAt(planeType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "plane", index, value);
	}

	public void replaceplaneAt(planeType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "plane", index, value);
	}

	public static int getboxMinCount() {
		return 1;
	}

	public static int getboxMaxCount() {
		return 1;
	}

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

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

	public boxType newbox() {
		return new boxType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "box"));
	}

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

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

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

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

	public boxType getbox() throws Exception 
 {
		return getboxAt(0);
	}

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

	public void removebox() {
		removeboxAt(0);
	}

	public org.w3c.dom.Node addbox(boxType value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "box", value);
	}

	public void insertboxAt(boxType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "box", index, value);
	}

	public void replaceboxAt(boxType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "box", index, value);
	}

	public static int getsphereMinCount() {
		return 1;
	}

	public static int getsphereMaxCount() {
		return 1;
	}

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

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

	public sphereType newsphere() {
		return new sphereType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "sphere"));
	}

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

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

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

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

	public sphereType getsphere() throws Exception 
 {
		return getsphereAt(0);
	}

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

	public void removesphere() {
		removesphereAt(0);
	}

	public org.w3c.dom.Node addsphere(sphereType value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "sphere", value);
	}

	public void insertsphereAt(sphereType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "sphere", index, value);
	}

	public void replacesphereAt(sphereType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "sphere", index, value);
	}

	public static int getcylinderMinCount() {
		return 1;
	}

	public static int getcylinderMaxCount() {
		return 1;
	}

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

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

	public cylinderType newcylinder() {
		return new cylinderType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "cylinder"));
	}

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

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

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

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

	public cylinderType getcylinder() throws Exception 
 {
		return getcylinderAt(0);
	}

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

	public void removecylinder() {
		removecylinderAt(0);
	}

	public org.w3c.dom.Node addcylinder(cylinderType value) {
		return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "cylinder", value);
	}

	public void insertcylinderAt(cylinderType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "cylinder", index, value);
	}

⌨️ 快捷键说明

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