Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8115292

Reduce the scope of NGShape3D's members and methods

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx

      Most of the protected members in NGShape3D should be changed to private or package scope. Some of the methods should also be changed too. While making this change the following clean up should also be done:

      1) Remove unused method
          protected NGTriangleMesh getMesh() {
              return mesh;
          }

      2) Added @override to
          protected void renderContent(Graphics g) {

            ckyang Chien Yang (Inactive)
            ckyang Chien Yang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: