home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text.html;
-
- class StyleSheet$FontFamily extends StyleSheet.CssValue {
- // $FF: synthetic field
- private final StyleSheet this$0;
- String family;
-
- StyleSheet$FontFamily(StyleSheet var1) {
- super(var1);
- this.this$0 = var1;
- }
-
- String getValue() {
- return this.family;
- }
-
- Object parseCssValue(String var1) {
- StyleSheet$FontFamily var2 = new StyleSheet$FontFamily(this.this$0);
- var2.svalue = var1;
- var2.family = var1;
- return var2;
- }
-
- Object parseHtmlValue(String var1) {
- return this.parseCssValue(var1);
- }
- }
-