javax.swing.text
Interface Position

All Known Implementing Classes:
javax.swing.text.GapContent.StickyPosition, javax.swing.text.StringContent.StickyPosition

public interface Position

Unsafe:


Method Summary
 int getOffset()
          Enabled: Fetches the current offset within the document.
 

Method Detail

getOffset

public int getOffset()
Enabled: Fetches the current offset within the document.

Returns:
the offset >= 0


comments?