KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing.text.html
Class InlineView

java.lang.Object
  extended by javax.swing.text.View
      extended by javax.swing.text.GlyphView
          extended by javax.swing.text.LabelView
              extended by javax.swing.text.html.InlineView
All Implemented Interfaces:
Cloneable, SwingConstants, TabableView
See Also:
Source Code

public View breakView(int axis,
                      int offset,
                      float pos,
                      float len)
See Also:
GlyphView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void changedUpdate(DocumentEvent e,
                          Shape a,
                          ViewFactory f)
See Also:
LabelView
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 int getBreakWeight(int axis,
                          float pos,
                          float len)
See Also:
View.ForcedBreakWeight, View.ExcellentBreakWeight, View.GoodBreakWeight, View.BadBreakWeight, ParagraphView, LabelView, GlyphView
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 InlineView(Element elem)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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

Popular Tags