home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.text;
-
- public class StyleConstants$FontConstants implements AttributeSet.FontAttribute, AttributeSet.CharacterAttribute {
- public static final Object Family = new StyleConstants$FontConstants("family");
- public static final Object Size = new StyleConstants$FontConstants("size");
- public static final Object Bold = new StyleConstants$FontConstants("bold");
- public static final Object Italic = new StyleConstants$FontConstants("italic");
- private String representation;
-
- public String toString() {
- return this.representation;
- }
-
- private StyleConstants$FontConstants(String var1) {
- this.representation = var1;
- }
- }
-