KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing.text.html
Class BlockView

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.html.BlockView
All Implemented Interfaces:
SwingConstants
Direct Known Subclasses:
ListView
See Also:
Source Code

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


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


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


public void changedUpdate(DocumentEvent changes,
                          Shape a,
                          ViewFactory f)
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getAlignment(int axis)
See Also:
BoxView
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:
View.getPreferredSpan(int), IllegalArgumentException, BoxView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public int getResizeWeight(int axis)
See Also:
IllegalArgumentException, 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  


protected void layoutMinorAxis(int targetSpan,
                               int axis,
                               int[] offsets,
                               int[] spans)
See Also:
BoxView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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

Popular Tags