| javax.swing.text.TabExpander
All known Subclasses: javax.swing.text.ParagraphView, javax.swing.text.WrappedPlainView, javax.swing.text.PlainView,
TabExpander | public interface TabExpander (Code) | | Simple interface to allow for different types of
implementations of tab expansion.
author: Timothy Prinzing version: 1.22 05/05/07 |
Method Summary | |
float | nextTabStop(float x, int tabOffset) Returns the next tab stop position given a reference
position. |
nextTabStop | float nextTabStop(float x, int tabOffset)(Code) | | Returns the next tab stop position given a reference
position. Values are expressed in points.
Parameters: x - the position in points >= 0 Parameters: tabOffset - the position within the text streamthat the tab occurred at >= 0. the next tab stop >= 0 |
|
|