コード例 #1
0
 public void write(int tagID, CGMOutputStream cgm) throws IOException {
   cgm.setEdgeWidthSpecificationMode(mode);
   cgm.writeEnumerate(mode);
 }
コード例 #2
0
 public void write(int tagID, CGMOutputStream cgm) throws IOException {
   cgm.writePoint(new Point2D.Double(rectangle.getMinX(), rectangle.getMinY()));
   cgm.writePoint(new Point2D.Double(rectangle.getMaxX(), rectangle.getMaxY()));
 }
コード例 #3
0
 public void write(int tagID, CGMOutputStream cgm) throws IOException {
   cgm.writeIntegerIndex(index);
 }