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

📄 spottype.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
	public org.w3c.dom.Node getStartinglinear_attenuationCursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "linear_attenuation" );
	}

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

	public TargetableFloat getlinear_attenuationValueAtCursor( 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 getlinear_attenuation() throws Exception 
 {
		return getlinear_attenuationAt(0);
	}

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

	public void removelinear_attenuation() {
		removelinear_attenuationAt(0);
	}

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

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

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

	public static int getquadratic_attenuationMinCount() {
		return 0;
	}

	public static int getquadratic_attenuationMaxCount() {
		return 1;
	}

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

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

	public TargetableFloat newquadratic_attenuation() {
		return new TargetableFloat(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "quadratic_attenuation"));
	}

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

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

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

	public TargetableFloat getquadratic_attenuationValueAtCursor( 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 getquadratic_attenuation() throws Exception 
 {
		return getquadratic_attenuationAt(0);
	}

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

	public void removequadratic_attenuation() {
		removequadratic_attenuationAt(0);
	}

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

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

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

	public static int getfalloff_angleMinCount() {
		return 0;
	}

	public static int getfalloff_angleMaxCount() {
		return 1;
	}

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

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

	public TargetableFloat newfalloff_angle() {
		return new TargetableFloat(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "falloff_angle"));
	}

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

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

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

	public TargetableFloat getfalloff_angleValueAtCursor( 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 getfalloff_angle() throws Exception 
 {
		return getfalloff_angleAt(0);
	}

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

	public void removefalloff_angle() {
		removefalloff_angleAt(0);
	}

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

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

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

	public static int getfalloff_exponentMinCount() {
		return 0;
	}

	public static int getfalloff_exponentMaxCount() {
		return 1;
	}

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

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

	public TargetableFloat newfalloff_exponent() {
		return new TargetableFloat(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "falloff_exponent"));
	}

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

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

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

	public TargetableFloat getfalloff_exponentValueAtCursor( 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 getfalloff_exponent() throws Exception 
 {
		return getfalloff_exponentAt(0);
	}

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

	public void removefalloff_exponent() {
		removefalloff_exponentAt(0);
	}

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

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

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

}

⌨️ 快捷键说明

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