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

RFE:make inner classes and methods from javax.swing.text.html.CSS public

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 6
    • client-libs

      With the property JEditorPane.W3C_LENGTH_UNITS we can control if the fonts
      should show with the screen resolution with the mystic default size (for
      example a pixel is larger as a point). The calculation is in class
      CSS$LengthUnit. For server side printing we need a const resolution of 96
      DPI.
       
      Todo this we want overide some methods but this is not possible because the
      classes and methods are not public. The keys of attributes in
      javax.swing.text.html.CSS.Attribute.* are public. But the related values are
      not public.
       
      RFE:
      1.) Make the inner classes and methods from javax.swing.text.html.CSS
       public.
      2.) Add an Attribute for the ScreenResolution that we can print with a
          constant resolution independent of the screen on server.

            peterz Peter Zhelezniakov
            tyao Ting-Yun Ingrid Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: