JavaTM 2 Platform
Standard Ed. 6

javax.swing.text
介面 TabExpander

所有已知實作類別:
FieldView, ParagraphView, ParagraphView, PasswordView, PlainView, WrappedPlainView

public interface TabExpander

允許不同型別的製表符擴展實作的簡單介面。


方法摘要
 float nextTabStop(float x, int tabOffset)
          給定一個參考位置,返回下一個製表位 (tab stop) 位置。
 

方法詳細資訊

nextTabStop

float nextTabStop(float x,
                  int tabOffset)
給定一個參考位置,返回下一個製表位 (tab stop) 位置。值以點為單位表示。

參數:
x - 以點為單位的位置,該值 >= 0
tabOffset - 文本串流中的位置,製表符在該處出現,該值 >= 0。
返回:
下一個製表位,該值 >= 0

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only