Searched defs:ParagraphConstants (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleConstants.java184 public static final Object FirstLineIndent = new ParagraphConstants("FirstLineIndent");
191 public static final Object LeftIndent = new ParagraphConstants("LeftIndent");
198 public static final Object RightIndent = new ParagraphConstants("RightIndent");
205 public static final Object LineSpacing = new ParagraphConstants("LineSpacing");
211 public static final Object SpaceAbove = new ParagraphConstants("SpaceAbove");
217 public static final Object SpaceBelow = new ParagraphConstants("SpaceBelow");
230 public static final Object Alignment = new ParagraphConstants("Alignment");
236 public static final Object TabSet = new ParagraphConstants("TabSet");
241 public static final Object Orientation = new ParagraphConstants("Orientation");
804 public static class ParagraphConstants extend class in class:StyleConstants
807 private ParagraphConstants(String representation) { method in class:StyleConstants.ParagraphConstants
[all...]

Completed in 44 milliseconds