Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Class java.awt.swing.text.StyleConstants.ParagraphConstants

java.lang.Object
    |
    +----java.awt.swing.text.StyleConstants.ParagraphConstants

public static class StyleConstants.ParagraphConstants
extends Object
implements AttributeSet.ParagraphAttribute
This is a typesafe enumeration of the well-known attributes that contribute to a paragraph style. These are aliased by the outer class for general presentation.


Field Summary
static Object  Alignment
Alignment for the paragraph.
static Object  FirstLineIndent
The amount of space to indent the first line of the paragraph.
static Object  LeftIndent
The amount to indent the left side of the paragraph.
static Object  LineSpacing
The amount of space between lines of the paragraph.
static Object  RightIndent
The amount to indent the right side of the paragraph.
static Object  SpaceAbove
The amount of space above the paragraph.
static Object  SpaceBelow
The amount of space below the paragraph.
static Object  TabSet
TabSet for the paragraph.
 

Method Summary
String  toString()
 
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FirstLineIndent

public static final Object FirstLineIndent
The amount of space to indent the first line of the paragraph. This value may be negative to offset in the reverse direction. The type is Float and specifies the size of the space in points.

LeftIndent

public static final Object LeftIndent
The amount to indent the left side of the paragraph. Type is float and specifies the size in points.

RightIndent

public static final Object RightIndent
The amount to indent the right side of the paragraph. Type is float and specifies the size in points.

LineSpacing

public static final Object LineSpacing
The amount of space between lines of the paragraph. Type is float and specifies the size in points.

SpaceAbove

public static final Object SpaceAbove
The amount of space above the paragraph. Type is float and specifies the size in points.

SpaceBelow

public static final Object SpaceBelow
The amount of space below the paragraph. Type is float and specifies the size in points.

Alignment

public static final Object Alignment
Alignment for the paragraph. The type is Integer. Valid values are:

TabSet

public static final Object TabSet
TabSet for the paragraph.
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.