コード例 #1
0
ファイル: ROI2DPath.java プロジェクト: CBOUWER93/Icy-Kernel
  @Override
  protected void updateShape() {
    ShapeUtil.buildPathFromAnchors(getPath(), getControlPoints());

    // call super method after shape has been updated
    super.updateShape();
  }