Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing.text
Class StyleConstants.ParagraphConstants  view StyleConstants.ParagraphConstants download StyleConstants.ParagraphConstants.java

java.lang.Object
  extended byjavax.swing.text.StyleConstants
      extended byjavax.swing.text.StyleConstants.ParagraphConstants
All Implemented Interfaces:
AttributeSet.ParagraphAttribute
Enclosing class:
StyleConstants

public static class StyleConstants.ParagraphConstants
extends StyleConstants
implements AttributeSet.ParagraphAttribute

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 javax.swing.text.StyleConstants
getAlignment, getBackground, getBidiLevel, getComponent, getFirstLineIndent, getFontFamily, getFontSize, getForeground, getIcon, getLeftIndent, getLineSpacing, getRightIndent, getSpaceAbove, getSpaceBelow, getTabSet, isBold, isItalic, isStrikeThrough, isSubscript, isSuperscript, isUnderline, setAlignment, setBackground, setBidiLevel, setBold, setComponent, setFirstLineIndent, setFontFamily, setFontSize, setForeground, setIcon, setItalic, setLeftIndent, setLineSpacing, setRightIndent, setSpaceAbove, setSpaceBelow, setStrikeThrough, setSubscript, setSuperscript, setTabSet, setUnderline, toString
 
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.