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

📄 fx_surface_common.java

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

	public fx_surface_init_cube_common getinit_cube() throws Exception 
 {
		return getinit_cubeAt(0);
	}

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

	public void removeinit_cube() {
		removeinit_cubeAt(0);
	}

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

	public void insertinit_cubeAt(fx_surface_init_cube_common value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "init_cube", index, value);
	}

	public void replaceinit_cubeAt(fx_surface_init_cube_common value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "init_cube", index, value);
	}

	public static int getinit_volumeMinCount() {
		return 1;
	}

	public static int getinit_volumeMaxCount() {
		return 1;
	}

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

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

	public fx_surface_init_volume_common newinit_volume() {
		return new fx_surface_init_volume_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "init_volume"));
	}

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

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

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

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

	public fx_surface_init_volume_common getinit_volume() throws Exception 
 {
		return getinit_volumeAt(0);
	}

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

	public void removeinit_volume() {
		removeinit_volumeAt(0);
	}

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

	public void insertinit_volumeAt(fx_surface_init_volume_common value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "init_volume", index, value);
	}

	public void replaceinit_volumeAt(fx_surface_init_volume_common value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "init_volume", index, value);
	}

	public static int getinit_planarMinCount() {
		return 1;
	}

	public static int getinit_planarMaxCount() {
		return 1;
	}

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

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

	public fx_surface_init_planar_common newinit_planar() {
		return new fx_surface_init_planar_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "init_planar"));
	}

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

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

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

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

	public fx_surface_init_planar_common getinit_planar() throws Exception 
 {
		return getinit_planarAt(0);
	}

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

	public void removeinit_planar() {
		removeinit_planarAt(0);
	}

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

	public void insertinit_planarAt(fx_surface_init_planar_common value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "init_planar", index, value);
	}

	public void replaceinit_planarAt(fx_surface_init_planar_common value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "init_planar", index, value);
	}

	public static int getinit_fromMinCount() {
		return 1;
	}

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

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

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

	public fx_surface_init_from_common newinit_from() {
		return new fx_surface_init_from_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "init_from"));
	}

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

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

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

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

	public fx_surface_init_from_common getinit_from() throws Exception 
 {
		return getinit_fromAt(0);
	}

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

	public void removeinit_from() {
		while (hasinit_from())
			removeinit_fromAt(0);
	}

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

	public void insertinit_fromAt(fx_surface_init_from_common value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "init_from", index, value);
	}

	public void replaceinit_fromAt(fx_surface_init_from_common value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "init_from", index, value);
	}

	public static int getformatMinCount() {
		return 0;
	}

	public static int getformatMaxCount() {
		return 1;
	}

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

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

	public SchemaToken newformat() {
		return new SchemaToken();
	}

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

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

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

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

	public SchemaToken getformat() throws Exception 
 {
		return getformatAt(0);
	}

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

	public void removeformat() {
		removeformatAt(0);
	}

	public org.w3c.dom.Node addformat(SchemaToken value) {
		if( value.isNull() )
			return null;

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

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

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

	public void insertformatAt(String value, int index) throws Exception {
		insertformatAt(new SchemaToken(value), index);
	}

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

	public void replaceformatAt(String value, int index) throws Exception {
		replaceformatAt(new SchemaToken(value), index);
	}

	public static int getformat_hintMinCount() {
		return 0;
	}

	public static int getformat_hintMaxCount() {
		return 1;
	}

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

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

	public fx_surface_format_hint_common newformat_hint() {
		return new fx_surface_format_hint_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "format_hint"));
	}

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

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

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

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

	public fx_surface_format_hint_common getformat_hint() throws Exception 
 {
		return getformat_hintAt(0);
	}

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

	public void removeformat_hint() {
		removeformat_hintAt(0);
	}

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

	public void insertformat_hintAt(fx_surface_format_hint_common value, int index) {
		insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "format_hint", index, value);
	}

	public void replaceformat_hintAt(fx_surface_format_hint_common value, int index) {
		replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "format_hint", index, value);
	}

	public static int getsizeMinCount() {
		return 1;
	}

	public static int getsizeMaxCount() {
		return 1;
	}

	public int getsizeCount() {

⌨️ 快捷键说明

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