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

📄 technique_commontype3.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
	public TargetableFloat getmassValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new TargetableFloat(curNode);
	}

	public TargetableFloat getmass() throws Exception 
 {
		return getmassAt(0);
	}

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

	public void removemass() {
		removemassAt(0);
	}

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

	public void insertmassAt(TargetableFloat value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "mass", index, value);
	}

	public void replacemassAt(TargetableFloat value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "mass", index, value);
	}

	public static int getmass_frameMinCount() {
		return 0;
	}

	public static int getmass_frameMaxCount() {
		return 1;
	}

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

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

	public mass_frameType newmass_frame() {
		return new mass_frameType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "mass_frame"));
	}

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

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

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

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

	public mass_frameType getmass_frame() throws Exception 
 {
		return getmass_frameAt(0);
	}

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

	public void removemass_frame() {
		removemass_frameAt(0);
	}

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

	public void insertmass_frameAt(mass_frameType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "mass_frame", index, value);
	}

	public void replacemass_frameAt(mass_frameType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "mass_frame", index, value);
	}

	public static int getinertiaMinCount() {
		return 0;
	}

	public static int getinertiaMaxCount() {
		return 1;
	}

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

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

	public TargetableFloat3 newinertia() {
		return new TargetableFloat3(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "inertia"));
	}

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

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

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

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

	public TargetableFloat3 getinertia() throws Exception 
 {
		return getinertiaAt(0);
	}

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

	public void removeinertia() {
		removeinertiaAt(0);
	}

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

	public void insertinertiaAt(TargetableFloat3 value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "inertia", index, value);
	}

	public void replaceinertiaAt(TargetableFloat3 value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "inertia", index, value);
	}

	public static int getinstance_physics_materialMinCount() {
		return 1;
	}

	public static int getinstance_physics_materialMaxCount() {
		return 1;
	}

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

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

	public InstanceWithExtra newinstance_physics_material() {
		return new InstanceWithExtra(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "instance_physics_material"));
	}

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

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

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

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

	public InstanceWithExtra getinstance_physics_material() throws Exception 
 {
		return getinstance_physics_materialAt(0);
	}

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

	public void removeinstance_physics_material() {
		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 getshapeMinCount() {
		return 0;
	}

	public static int getshapeMaxCount() {
		return Integer.MAX_VALUE;
	}

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

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

	public shapeType newshape() {
		return new shapeType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "shape"));
	}

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

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

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

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

	public shapeType getshape() throws Exception 
 {
		return getshapeAt(0);
	}

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

	public void removeshape() {
		while (hasshape())
			removeshapeAt(0);
	}

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

	public void insertshapeAt(shapeType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "shape", index, value);
	}

	public void replaceshapeAt(shapeType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "shape", index, value);
	}

}

⌨️ 快捷键说明

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