< prev index next >

src/java.desktop/share/classes/sun/font/TextLabelFactory.java

Print this page

        

@@ -39,15 +39,15 @@
    * doesn't change-- the render context, context, and bidi info for the context-- and gets
    * called for each subrange you want to create.
    *
    * @see Font
    * @see FontRenderContext
-   * @see GlyphVector
+   * @see java.awt.font.GlyphVector
    * @see TextLabel
    * @see ExtendedTextLabel
    * @see Bidi
-   * @see TextLayout
+   * @see java.awt.font.TextLayout
    */
 
 public class TextLabelFactory {
   private FontRenderContext frc;
   private char[] text;
< prev index next >