/* 62 */ return super.createNode(j3dClass, new Class[] { Integer.TYPE, Integer.TYPE, Integer.TYPE, this.texCoordSetMap.getClass(), Integer.TYPE, this.stripIndexCounts.getClass() }, new Object[] { new Integer(this.vertexCount), new Integer(this.vertexFormat), new Integer(this.texCoordSetCount), this.texCoordSetMap, new Integer(this.indexCount), this.stripIndexCounts });
/* */ }
/* */
/* */ protected SceneGraphObject createNode()
/* */ {
/* 77 */ return new IndexedLineStripArray(this.vertexCount, this.vertexFormat, this.texCoordSetCount, this.texCoordSetMap, this.indexCount, this.stripIndexCounts);
/* */ }