Home
last modified time | relevance | path

Searched refs:dimensionLineShape (Results 1 – 1 of 1) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DDimensionLine.java332 GeneralPath dimensionLineShape = new GeneralPath(); in getShape() local
334dimensionLineShape.append(new Line2D.Float(this.xStart + dx, this.yStart + dy, this.xEnd + dx, thi… in getShape()
336dimensionLineShape.append(new Line2D.Float(this.xStart, this.yStart, this.xStart + dx, this.yStart… in getShape()
337dimensionLineShape.append(new Line2D.Float(this.xEnd, this.yEnd, this.xEnd + dx, this.yEnd + dy), … in getShape()
339 this.shapeCache = dimensionLineShape; in getShape()