-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: javafx
The TextAttributes class is a private inner class of the Text class. The following should be cleaned up:
* Change scope of methods and constructors from 'public' to default (package) scope.
* Remove the unneeded @Deprecated annotations
* Remove impl_ from the method names (to avoid confusion with the formerly public, and now encapsulated, methods using that pattern).
* Change scope of methods and constructors from 'public' to default (package) scope.
* Remove the unneeded @Deprecated annotations
* Remove impl_ from the method names (to avoid confusion with the formerly public, and now encapsulated, methods using that pattern).