java.lang.Object
javax.swing.text.View
javax.swing.text.GlyphView
javax.swing.text.LabelView
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