Home
last modified time | relevance | path

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

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DPolyline.java631 for (PathIterator it = getPolylinePath().getPathIterator(null, 0.1); !it.isDone(); it.next()) { in getLength()
698 private Shape getPolylinePath() { in getPolylinePath() method in Polyline
738 this.shapeCache = new BasicStroke(this.thickness).createStrokedShape(getPolylinePath()); in getShape()