public void write(int tagID, CGMOutputStream cgm) throws IOException {
   cgm.setEdgeWidthSpecificationMode(mode);
   cgm.writeEnumerate(mode);
 }