📄 passtype3.java
字号:
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "depth_target", index, value);
}
public static int getstencil_targetMinCount() {
return 0;
}
public static int getstencil_targetMaxCount() {
return Integer.MAX_VALUE;
}
public int getstencil_targetCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_target");
}
public boolean hasstencil_target() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_target");
}
public fx_stenciltarget_common newstencil_target() {
return new fx_stenciltarget_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "stencil_target"));
}
public fx_stenciltarget_common getstencil_targetAt(int index) throws Exception {
return new fx_stenciltarget_common(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_target", index));
}
public org.w3c.dom.Node getStartingstencil_targetCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_target" );
}
public org.w3c.dom.Node getAdvancedstencil_targetCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_target", curNode );
}
public fx_stenciltarget_common getstencil_targetValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new fx_stenciltarget_common(curNode);
}
public fx_stenciltarget_common getstencil_target() throws Exception
{
return getstencil_targetAt(0);
}
public void removestencil_targetAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_target", index);
}
public void removestencil_target() {
while (hasstencil_target())
removestencil_targetAt(0);
}
public org.w3c.dom.Node addstencil_target(fx_stenciltarget_common value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "stencil_target", value);
}
public void insertstencil_targetAt(fx_stenciltarget_common value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "stencil_target", index, value);
}
public void replacestencil_targetAt(fx_stenciltarget_common value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "stencil_target", index, value);
}
public static int getcolor_clearMinCount() {
return 0;
}
public static int getcolor_clearMaxCount() {
return Integer.MAX_VALUE;
}
public int getcolor_clearCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_clear");
}
public boolean hascolor_clear() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_clear");
}
public fx_clearcolor_common newcolor_clear() {
return new fx_clearcolor_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "color_clear"));
}
public fx_clearcolor_common getcolor_clearAt(int index) throws Exception {
return new fx_clearcolor_common(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_clear", index));
}
public org.w3c.dom.Node getStartingcolor_clearCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_clear" );
}
public org.w3c.dom.Node getAdvancedcolor_clearCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "color_clear", curNode );
}
public fx_clearcolor_common getcolor_clearValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new fx_clearcolor_common(curNode);
}
public fx_clearcolor_common getcolor_clear() throws Exception
{
return getcolor_clearAt(0);
}
public void removecolor_clearAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "color_clear", index);
}
public void removecolor_clear() {
while (hascolor_clear())
removecolor_clearAt(0);
}
public org.w3c.dom.Node addcolor_clear(fx_clearcolor_common value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "color_clear", value);
}
public void insertcolor_clearAt(fx_clearcolor_common value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "color_clear", index, value);
}
public void replacecolor_clearAt(fx_clearcolor_common value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "color_clear", index, value);
}
public static int getdepth_clearMinCount() {
return 0;
}
public static int getdepth_clearMaxCount() {
return Integer.MAX_VALUE;
}
public int getdepth_clearCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_clear");
}
public boolean hasdepth_clear() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_clear");
}
public fx_cleardepth_common newdepth_clear() {
return new fx_cleardepth_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "depth_clear"));
}
public fx_cleardepth_common getdepth_clearAt(int index) throws Exception {
return new fx_cleardepth_common(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_clear", index));
}
public org.w3c.dom.Node getStartingdepth_clearCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_clear" );
}
public org.w3c.dom.Node getAdvanceddepth_clearCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_clear", curNode );
}
public fx_cleardepth_common getdepth_clearValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new fx_cleardepth_common(curNode);
}
public fx_cleardepth_common getdepth_clear() throws Exception
{
return getdepth_clearAt(0);
}
public void removedepth_clearAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "depth_clear", index);
}
public void removedepth_clear() {
while (hasdepth_clear())
removedepth_clearAt(0);
}
public org.w3c.dom.Node adddepth_clear(fx_cleardepth_common value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "depth_clear", value);
}
public void insertdepth_clearAt(fx_cleardepth_common value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "depth_clear", index, value);
}
public void replacedepth_clearAt(fx_cleardepth_common value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "depth_clear", index, value);
}
public static int getstencil_clearMinCount() {
return 0;
}
public static int getstencil_clearMaxCount() {
return Integer.MAX_VALUE;
}
public int getstencil_clearCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_clear");
}
public boolean hasstencil_clear() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_clear");
}
public fx_clearstencil_common newstencil_clear() {
return new fx_clearstencil_common(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "stencil_clear"));
}
public fx_clearstencil_common getstencil_clearAt(int index) throws Exception {
return new fx_clearstencil_common(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_clear", index));
}
public org.w3c.dom.Node getStartingstencil_clearCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_clear" );
}
public org.w3c.dom.Node getAdvancedstencil_clearCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_clear", curNode );
}
public fx_clearstencil_common getstencil_clearValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new fx_clearstencil_common(curNode);
}
public fx_clearstencil_common getstencil_clear() throws Exception
{
return getstencil_clearAt(0);
}
public void removestencil_clearAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "stencil_clear", index);
}
public void removestencil_clear() {
while (hasstencil_clear())
removestencil_clearAt(0);
}
public org.w3c.dom.Node addstencil_clear(fx_clearstencil_common value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "stencil_clear", value);
}
public void insertstencil_clearAt(fx_clearstencil_common value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "stencil_clear", index, value);
}
public void replacestencil_clearAt(fx_clearstencil_common value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "stencil_clear", index, value);
}
public static int getdrawMinCount() {
return 0;
}
public static int getdrawMaxCount() {
return 1;
}
public int getdrawCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "draw");
}
public boolean hasdraw() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "draw");
}
public fx_draw_common newdraw() {
return new fx_draw_common();
}
public fx_draw_comm
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -