📄 fx_surface_common.java
字号:
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "size");
}
public boolean hassize() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "size");
}
public int3 newsize() {
return new int3();
}
public int3 getsizeAt(int index) throws Exception {
return new int3(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "size", index)));
}
public org.w3c.dom.Node getStartingsizeCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "size" );
}
public org.w3c.dom.Node getAdvancedsizeCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "size", curNode );
}
public int3 getsizeValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new int3(getDomNodeValue(curNode));
}
public int3 getsize() throws Exception
{
return getsizeAt(0);
}
public void removesizeAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "size", index);
}
public void removesize() {
removesizeAt(0);
}
public org.w3c.dom.Node addsize(int3 value) {
if( value.isNull() )
return null;
return appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "size", value.toString());
}
public org.w3c.dom.Node addsize(String value) throws Exception {
return addsize(new int3(value));
}
public void insertsizeAt(int3 value, int index) {
insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "size", index, value.toString());
}
public void insertsizeAt(String value, int index) throws Exception {
insertsizeAt(new int3(value), index);
}
public void replacesizeAt(int3 value, int index) {
replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "size", index, value.toString());
}
public void replacesizeAt(String value, int index) throws Exception {
replacesizeAt(new int3(value), index);
}
public static int getviewport_ratioMinCount() {
return 1;
}
public static int getviewport_ratioMaxCount() {
return 1;
}
public int getviewport_ratioCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "viewport_ratio");
}
public boolean hasviewport_ratio() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "viewport_ratio");
}
public float22 newviewport_ratio() {
return new float22();
}
public float22 getviewport_ratioAt(int index) throws Exception {
return new float22(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "viewport_ratio", index)));
}
public org.w3c.dom.Node getStartingviewport_ratioCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "viewport_ratio" );
}
public org.w3c.dom.Node getAdvancedviewport_ratioCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "viewport_ratio", curNode );
}
public float22 getviewport_ratioValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new float22(getDomNodeValue(curNode));
}
public float22 getviewport_ratio() throws Exception
{
return getviewport_ratioAt(0);
}
public void removeviewport_ratioAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "viewport_ratio", index);
}
public void removeviewport_ratio() {
removeviewport_ratioAt(0);
}
public org.w3c.dom.Node addviewport_ratio(float22 value) {
if( value.isNull() )
return null;
return appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "viewport_ratio", value.toString());
}
public org.w3c.dom.Node addviewport_ratio(String value) throws Exception {
return addviewport_ratio(new float22(value));
}
public void insertviewport_ratioAt(float22 value, int index) {
insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "viewport_ratio", index, value.toString());
}
public void insertviewport_ratioAt(String value, int index) throws Exception {
insertviewport_ratioAt(new float22(value), index);
}
public void replaceviewport_ratioAt(float22 value, int index) {
replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "viewport_ratio", index, value.toString());
}
public void replaceviewport_ratioAt(String value, int index) throws Exception {
replaceviewport_ratioAt(new float22(value), index);
}
public static int getmip_levelsMinCount() {
return 0;
}
public static int getmip_levelsMaxCount() {
return 1;
}
public int getmip_levelsCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "mip_levels");
}
public boolean hasmip_levels() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "mip_levels");
}
public SchemaLong newmip_levels() {
return new SchemaLong();
}
public SchemaLong getmip_levelsAt(int index) throws Exception {
return new SchemaLong(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mip_levels", index)));
}
public org.w3c.dom.Node getStartingmip_levelsCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "mip_levels" );
}
public org.w3c.dom.Node getAdvancedmip_levelsCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "mip_levels", curNode );
}
public SchemaLong getmip_levelsValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new SchemaLong(getDomNodeValue(curNode));
}
public SchemaLong getmip_levels() throws Exception
{
return getmip_levelsAt(0);
}
public void removemip_levelsAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mip_levels", index);
}
public void removemip_levels() {
removemip_levelsAt(0);
}
public org.w3c.dom.Node addmip_levels(SchemaLong value) {
if( value.isNull() )
return null;
return appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "mip_levels", value.toString());
}
public org.w3c.dom.Node addmip_levels(String value) throws Exception {
return addmip_levels(new SchemaLong(value));
}
public void insertmip_levelsAt(SchemaLong value, int index) {
insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mip_levels", index, value.toString());
}
public void insertmip_levelsAt(String value, int index) throws Exception {
insertmip_levelsAt(new SchemaLong(value), index);
}
public void replacemip_levelsAt(SchemaLong value, int index) {
replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mip_levels", index, value.toString());
}
public void replacemip_levelsAt(String value, int index) throws Exception {
replacemip_levelsAt(new SchemaLong(value), index);
}
public static int getmipmap_generateMinCount() {
return 0;
}
public static int getmipmap_generateMaxCount() {
return 1;
}
public int getmipmap_generateCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "mipmap_generate");
}
public boolean hasmipmap_generate() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "mipmap_generate");
}
public SchemaBoolean newmipmap_generate() {
return new SchemaBoolean();
}
public SchemaBoolean getmipmap_generateAt(int index) throws Exception {
return new SchemaBoolean(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mipmap_generate", index)));
}
public org.w3c.dom.Node getStartingmipmap_generateCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "mipmap_generate" );
}
public org.w3c.dom.Node getAdvancedmipmap_generateCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "mipmap_generate", curNode );
}
public SchemaBoolean getmipmap_generateValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new SchemaBoolean(getDomNodeValue(curNode));
}
public SchemaBoolean getmipmap_generate() throws Exception
{
return getmipmap_generateAt(0);
}
public void removemipmap_generateAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mipmap_generate", index);
}
public void removemipmap_generate() {
removemipmap_generateAt(0);
}
public org.w3c.dom.Node addmipmap_generate(SchemaBoolean value) {
if( value.isNull() )
return null;
return appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "mipmap_generate", value.toString());
}
public org.w3c.dom.Node addmipmap_generate(String value) throws Exception {
return addmipmap_generate(new SchemaBoolean(value));
}
public void insertmipmap_generateAt(SchemaBoolean value, int index) {
insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mipmap_generate", index, value.toString());
}
public void insertmipmap_generateAt(String value, int index) throws Exception {
insertmipmap_generateAt(new SchemaBoolean(value), index);
}
public void replacemipmap_generateAt(SchemaBoolean value, int index) {
replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mipmap_generate", index, value.toString());
}
public void replacemipmap_generateAt(String value, int index) throws Exception {
replacemipmap_generateAt(new SchemaBoolean(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 + -