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

Reduce the scope of NGShape3D's members and methods

    XMLWordPrintable

Details

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

    Description

      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) {

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              Imported: