Beispiel #1
0
 protected void drawBlackLine(DepictorLine theLine) {
   ((Graphics3D) mG)
       .drawLine((int) theLine.x1, (int) theLine.y1, mZ, (int) theLine.x2, (int) theLine.y2, mZ);
 }