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

Improve StyleManager lookup by refactoring to tie a StyleManager directly to a Scene instead of in a lookup map

XMLWordPrintable

      Some lookup code is executed constantly when applying CSS, where for every node in a scene the StyleManager must first lookup the StylesheetContainer associated with the scene for that node. Instead, the Scene could have a reference to the StylesheetContainer (for example) and then we wouldn't need to do that extra lookup.

            dgrieve David Grieve
            rbair Richard Bair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: