String labels, int[] methodIDs )
{
super( objidx, objname, width );
super.setColor( new ColorAlpha( red, green, blue, alpha, true ) );
Topology topo = new Topology( shapeID );
if ( ! topo.isPrimitive() ) {
String err_msg = "trace.DobjDef(): unknown shapeID = " + shapeID;
throw new IllegalArgumentException( err_msg );
// System.exit( 1 );
}
super.setTopology( topo );