|
|||||||||
Home >> All >> javax >> swing >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.swing.text
Class StyleConstants.ParagraphConstants

java.lang.Objectjavax.swing.text.StyleConstants
javax.swing.text.StyleConstants.ParagraphConstants
- All Implemented Interfaces:
- AttributeSet.ParagraphAttribute
- Enclosing class:
- StyleConstants
- public static class StyleConstants.ParagraphConstants
- extends StyleConstants
- implements AttributeSet.ParagraphAttribute
- extends StyleConstants
A set of keys for attributes that apply to paragraphs.
Nested Class Summary |
Nested classes inherited from class javax.swing.text.StyleConstants |
StyleConstants.CharacterConstants, StyleConstants.ColorConstants, StyleConstants.FontConstants, StyleConstants.ParagraphConstants |
Field Summary | |
static java.lang.Object |
Alignment
A key for the alignment paragraph attribute. |
static java.lang.Object |
FirstLineIndent
A key for the first line indentation paragraph attribute. |
static java.lang.Object |
LeftIndent
A key for the left indentation paragraph attribute. |
static java.lang.Object |
LineSpacing
A key for the line spacing paragraph attribute. |
static java.lang.Object |
Orientation
A key for the orientation paragraph attribute. |
static java.lang.Object |
RightIndent
A key for the right indentation paragraph attribute. |
static java.lang.Object |
SpaceAbove
A key for the 'space above' paragraph attribute. |
static java.lang.Object |
SpaceBelow
A key for the 'space below' paragraph attribute. |
static java.lang.Object |
TabSet
A key for the tabset paragraph attribute. |
Fields inherited from class javax.swing.text.StyleConstants |
ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_LEFT, ALIGN_RIGHT, Background, BidiLevel, Bold, ComponentAttribute, ComponentElementName, ComposedTextAttribute, Family, FontFamily, FontSize, Foreground, IconAttribute, IconElementName, Italic, keyname, ModelAttribute, NameAttribute, ResolveAttribute, Size, StrikeThrough, Subscript, Superscript, Underline |
Constructor Summary | |
private |
StyleConstants.ParagraphConstants(java.lang.String k)
Private constructor prevents new instances being created. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
Alignment
public static final java.lang.Object Alignment
- A key for the alignment paragraph attribute.
FirstLineIndent
public static final java.lang.Object FirstLineIndent
- A key for the first line indentation paragraph attribute.
LeftIndent
public static final java.lang.Object LeftIndent
- A key for the left indentation paragraph attribute.
LineSpacing
public static final java.lang.Object LineSpacing
- A key for the line spacing paragraph attribute.
Orientation
public static final java.lang.Object Orientation
- A key for the orientation paragraph attribute.
RightIndent
public static final java.lang.Object RightIndent
- A key for the right indentation paragraph attribute.
SpaceAbove
public static final java.lang.Object SpaceAbove
- A key for the 'space above' paragraph attribute.
SpaceBelow
public static final java.lang.Object SpaceBelow
- A key for the 'space below' paragraph attribute.
TabSet
public static final java.lang.Object TabSet
- A key for the tabset paragraph attribute.
Constructor Detail |
StyleConstants.ParagraphConstants
private StyleConstants.ParagraphConstants(java.lang.String k)
- Private constructor prevents new instances being created.
|
|||||||||
Home >> All >> javax >> swing >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |