コード例 #1
0
 /**
  * @treatAsPrivate implementation detail
  * @deprecated This is an internal API that is not intended for use and will be removed in the
  *     next version
  */
 @Deprecated
 @Override
 public void impl_addTo(Path2D path) {
   addArcTo(null, path, path.getCurrentX(), path.getCurrentY());
 }