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

📄 fx_sampler2d_common.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
	public fx_sampler_wrap_common getwrap_tValueAtCursor( 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_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 getmipfilterMinCount() {
		return 0;
	}

	public static int getmipfilterMaxCount() {
		return 1;
	}

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

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

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

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

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

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

	public fx_sampler_filter_common getmipfilterValueAtCursor( 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 getmipfilter() throws Exception 
 {
		return getmipfilterAt(0);
	}

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

	public void removemipfilter() {
		removemipfilterAt(0);
	}

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

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

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

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

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

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

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

	public static int getborder_colorMinCount() {
		return 0;
	}

	public static int getborder_colorMaxCount() {
		return 1;
	}

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

⌨️ 快捷键说明

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