home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.text;
-
- public class StyleConstants$ParagraphConstants implements AttributeSet.ParagraphAttribute {
- public static final Object FirstLineIndent = new StyleConstants$ParagraphConstants("FirstLineIndent");
- public static final Object LeftIndent = new StyleConstants$ParagraphConstants("LeftIndent");
- public static final Object RightIndent = new StyleConstants$ParagraphConstants("RightIndent");
- public static final Object LineSpacing = new StyleConstants$ParagraphConstants("LineSpacing");
- public static final Object SpaceAbove = new StyleConstants$ParagraphConstants("SpaceAbove");
- public static final Object SpaceBelow = new StyleConstants$ParagraphConstants("SpaceBelow");
- public static final Object Alignment = new StyleConstants$ParagraphConstants("Alignment");
- public static final Object TabSet = new StyleConstants$ParagraphConstants("TabSet");
- private String representation;
-
- public String toString() {
- return this.representation;
- }
-
- private StyleConstants$ParagraphConstants(String representation) {
- this.representation = representation;
- }
- }
-