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

📄 fx_samplerdepth_common.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new fx_sampler_wrap_common(getDomNodeValue(curNode));
	}

	public fx_sampler_wrap_common getwrap_t() throws Exception 
 {
		return getwrap_tAt(0);
	}

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

	public void removewrap_t() {
		removewrap_tAt(0);
	}

	public org.w3c.dom.Node addwrap_t(fx_sampler_wrap_common value) {
		if( value.isNull() )
			return null;

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

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

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

	public void insertwrap_tAt(String value, int index) throws Exception {
		insertwrap_tAt(new fx_sampler_wrap_common(value), index);
	}

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

	public void replacewrap_tAt(String value, int index) throws Exception {
		replacewrap_tAt(new fx_sampler_wrap_common(value), index);
	}

	public static int getminfilterMinCount() {
		return 0;
	}

	public static int getminfilterMaxCount() {
		return 1;
	}

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

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

	public fx_sampler_filter_common newminfilter() {
		return new fx_sampler_filter_common();
	}

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

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

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

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

	public fx_sampler_filter_common getminfilter() throws Exception 
 {
		return getminfilterAt(0);
	}

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

	public void removeminfilter() {
		removeminfilterAt(0);
	}

	public org.w3c.dom.Node addminfilter(fx_sampler_filter_common value) {
		if( value.isNull() )
			return null;

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

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

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

	public void insertminfilterAt(String value, int index) throws Exception {
		insertminfilterAt(new fx_sampler_filter_common(value), index);
	}

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

	public void replaceminfilterAt(String value, int index) throws Exception {
		replaceminfilterAt(new fx_sampler_filter_common(value), index);
	}

	public static int getmagfilterMinCount() {
		return 0;
	}

	public static int getmagfilterMaxCount() {
		return 1;
	}

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

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

	public fx_sampler_filter_common newmagfilter() {
		return new fx_sampler_filter_common();
	}

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

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

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

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

	public fx_sampler_filter_common getmagfilter() throws Exception 
 {
		return getmagfilterAt(0);
	}

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

	public void removemagfilter() {
		removemagfilterAt(0);
	}

	public org.w3c.dom.Node addmagfilter(fx_sampler_filter_common value) {
		if( value.isNull() )
			return null;

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

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

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

	public void insertmagfilterAt(String value, int index) throws Exception {
		insertmagfilterAt(new fx_sampler_filter_common(value), index);
	}

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

	public void replacemagfilterAt(String value, int index) throws Exception {
		replacemagfilterAt(new fx_sampler_filter_common(value), index);
	}

	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 + -