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

📄 shapetype.java

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

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

	public static int gettapered_cylinderMinCount() {
		return 1;
	}

	public static int gettapered_cylinderMaxCount() {
		return 1;
	}

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

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

	public tapered_cylinderType newtapered_cylinder() {
		return new tapered_cylinderType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "tapered_cylinder"));
	}

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

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

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

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

	public tapered_cylinderType gettapered_cylinder() throws Exception 
 {
		return gettapered_cylinderAt(0);
	}

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

	public void removetapered_cylinder() {
		removetapered_cylinderAt(0);
	}

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

	public void inserttapered_cylinderAt(tapered_cylinderType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "tapered_cylinder", index, value);
	}

	public void replacetapered_cylinderAt(tapered_cylinderType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "tapered_cylinder", index, value);
	}

	public static int getcapsuleMinCount() {
		return 1;
	}

	public static int getcapsuleMaxCount() {
		return 1;
	}

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

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

	public capsuleType newcapsule() {
		return new capsuleType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "capsule"));
	}

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

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

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

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

	public capsuleType getcapsule() throws Exception 
 {
		return getcapsuleAt(0);
	}

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

	public void removecapsule() {
		removecapsuleAt(0);
	}

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

	public void insertcapsuleAt(capsuleType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "capsule", index, value);
	}

	public void replacecapsuleAt(capsuleType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "capsule", index, value);
	}

	public static int gettapered_capsuleMinCount() {
		return 1;
	}

	public static int gettapered_capsuleMaxCount() {
		return 1;
	}

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

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

	public tapered_capsuleType newtapered_capsule() {
		return new tapered_capsuleType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "tapered_capsule"));
	}

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

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

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

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

	public tapered_capsuleType gettapered_capsule() throws Exception 
 {
		return gettapered_capsuleAt(0);
	}

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

	public void removetapered_capsule() {
		removetapered_capsuleAt(0);
	}

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

	public void inserttapered_capsuleAt(tapered_capsuleType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "tapered_capsule", index, value);
	}

	public void replacetapered_capsuleAt(tapered_capsuleType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "tapered_capsule", index, value);
	}

	public static int gettranslateMinCount() {
		return 1;
	}

	public static int gettranslateMaxCount() {
		return 1;
	}

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

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

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

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

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

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

	public TargetableFloat3 gettranslateValueAtCursor( 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 gettranslate() throws Exception 
 {
		return gettranslateAt(0);
	}

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

	public void removetranslate() {
		removetranslateAt(0);
	}

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

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

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

	public static int getrotateMinCount() {
		return 1;
	}

	public static int getrotateMaxCount() {
		return 1;
	}

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

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

	public rotateType newrotate() {
		return new rotateType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "rotate"));
	}

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

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

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

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

	public rotateType getrotate() throws Exception 
 {
		return getrotateAt(0);
	}

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

	public void removerotate() {
		removerotateAt(0);
	}

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

	public void insertrotateAt(rotateType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "rotate", index, value);
	}

	public void replacerotateAt(rotateType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "rotate", index, value);
	}

	public static int getextraMinCount() {
		return 0;
	}

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

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

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

	public extraType newextra() {
		return new extraType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "extra"));
	}

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

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

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

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

	public extraType getextra() throws Exception 
 {
		return getextraAt(0);
	}

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

	public void removeextra() {
		while (hasextra())
			removeextraAt(0);
	}

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

	public void insertextraAt(extraType value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "extra", index, value);
	}

	public void replaceextraAt(extraType value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "extra", index, value);
	}

}

⌨️ 快捷键说明

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