javax.swing.text.html
Class ParagraphView

java.lang.Object
  |
  +--javax.swing.text.View
        |
        +--javax.swing.text.CompositeView
              |
              +--javax.swing.text.BoxView
                    |
                    +--javax.swing.text.FlowView
                          |
                          +--javax.swing.text.ParagraphView
                                |
                                +--javax.swing.text.html.ParagraphView
All Implemented Interfaces:
SwingConstants, TabExpander
public class ParagraphView
extends ParagraphView

Displays the a paragraph, and uses css attributes for its configuration.

 

Nested Class Summary

 
Nested classes inherited from class javax.swing.text.FlowView
FlowView.FlowStrategy
 

 

Field Summary

 
Fields inherited from class javax.swing.text.ParagraphView
firstLineIndent
 
Fields inherited from class javax.swing.text.FlowView
layoutPool, layoutSpan, strategy
 
Fields inherited from class java