KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > Highlighter.Highlight

javax.swing.text
Interface Highlighter.Highlight

Enclosing interface:
Highlighter
See Also:
Source Code

int getEndOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Highlighter.HighlightPainter getPainter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getStartOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags