📄 geometrytype.java
字号:
public assetType getasset() throws Exception
{
return getassetAt(0);
}
public void removeassetAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "asset", index);
}
public void removeasset() {
removeassetAt(0);
}
public org.w3c.dom.Node addasset(assetType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "asset", value);
}
public void insertassetAt(assetType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "asset", index, value);
}
public void replaceassetAt(assetType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "asset", index, value);
}
public static int getconvex_meshMinCount() {
return 1;
}
public static int getconvex_meshMaxCount() {
return 1;
}
public int getconvex_meshCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "convex_mesh");
}
public boolean hasconvex_mesh() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "convex_mesh");
}
public convex_meshType newconvex_mesh() {
return new convex_meshType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "convex_mesh"));
}
public convex_meshType getconvex_meshAt(int index) throws Exception {
return new convex_meshType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "convex_mesh", index));
}
public org.w3c.dom.Node getStartingconvex_meshCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "convex_mesh" );
}
public org.w3c.dom.Node getAdvancedconvex_meshCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "convex_mesh", curNode );
}
public convex_meshType getconvex_meshValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new convex_meshType(curNode);
}
public convex_meshType getconvex_mesh() throws Exception
{
return getconvex_meshAt(0);
}
public void removeconvex_meshAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "convex_mesh", index);
}
public void removeconvex_mesh() {
removeconvex_meshAt(0);
}
public org.w3c.dom.Node addconvex_mesh(convex_meshType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "convex_mesh", value);
}
public void insertconvex_meshAt(convex_meshType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "convex_mesh", index, value);
}
public void replaceconvex_meshAt(convex_meshType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "convex_mesh", index, value);
}
public static int getmeshMinCount() {
return 1;
}
public static int getmeshMaxCount() {
return 1;
}
public int getmeshCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "mesh");
}
public boolean hasmesh() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "mesh");
}
public meshType newmesh() {
return new meshType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "mesh"));
}
public meshType getmeshAt(int index) throws Exception {
return new meshType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mesh", index));
}
public org.w3c.dom.Node getStartingmeshCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "mesh" );
}
public org.w3c.dom.Node getAdvancedmeshCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "mesh", curNode );
}
public meshType getmeshValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new meshType(curNode);
}
public meshType getmesh() throws Exception
{
return getmeshAt(0);
}
public void removemeshAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "mesh", index);
}
public void removemesh() {
removemeshAt(0);
}
public org.w3c.dom.Node addmesh(meshType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "mesh", value);
}
public void insertmeshAt(meshType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "mesh", index, value);
}
public void replacemeshAt(meshType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "mesh", index, value);
}
public static int getsplineMinCount() {
return 1;
}
public static int getsplineMaxCount() {
return 1;
}
public int getsplineCount() {
return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "spline");
}
public boolean hasspline() {
return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "spline");
}
public splineType newspline() {
return new splineType(domNode.getOwnerDocument().createElementNS("http://www.collada.org/2005/11/COLLADASchema", "spline"));
}
public splineType getsplineAt(int index) throws Exception {
return new splineType(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "spline", index));
}
public org.w3c.dom.Node getStartingsplineCursor() throws Exception {
return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "spline" );
}
public org.w3c.dom.Node getAdvancedsplineCursor( org.w3c.dom.Node curNode ) throws Exception {
return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "spline", curNode );
}
public splineType getsplineValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
if( curNode == null )
throw new com.jmex.xml.xml.XmlException("Out of range");
else
return new splineType(curNode);
}
public splineType getspline() throws Exception
{
return getsplineAt(0);
}
public void removesplineAt(int index) {
removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "spline", index);
}
public void removespline() {
removesplineAt(0);
}
public org.w3c.dom.Node addspline(splineType value) {
return appendDomElement("http://www.collada.org/2005/11/COLLADASchema", "spline", value);
}
public void insertsplineAt(splineType value, int index) {
insertDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "spline", index, value);
}
public void replacesplineAt(splineType value, int index) {
replaceDomElementAt("http://www.collada.org/2005/11/COLLADASchema", "spline", index, value);
}
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 + -