KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > html > ParagraphView

javax.swing.text.html
Class ParagraphView

java.lang.Object
  extended by javax.swing.text.View
      extended by javax.swing.text.CompositeView
          extended by javax.swing.text.BoxView
              extended by javax.swing.text.FlowView
                  extended by javax.swing.text.ParagraphView
                      extended by javax.swing.text.html.ParagraphView
All Implemented Interfaces:
SwingConstants, TabExpander
See Also:
Source Code

protected SizeRequirements calculateMinorAxisRequirements(int axis,
                                                          SizeRequirements r)
See Also:
FlowView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AttributeSet getAttributes()
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMaximumSpan(int axis)
See Also:
BoxView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMinimumSpan(int axis)
See Also:
BoxView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getPreferredSpan(int axis)
See Also:
BoxView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected StyleSheet getStyleSheet()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isVisible()
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paint(Graphics g,
                  Shape a)
See Also:
ParagraphView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ParagraphView(Element elem)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setParent(View parent)
See Also:
FlowView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void setPropertiesFromAttributes()
See Also:
ParagraphView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags