java.lang.Object
javax.swing.text.Segment
org.gjt.sp.util.SegmentBuffer
- All Implemented Interfaces:
CharSequence
,Cloneable
,CharacterIterator
An extended segment that you can append text to.
-
Field Summary
Fields inherited from interface java.text.CharacterIterator
DONE
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.swing.text.Segment
charAt, clone, current, first, getBeginIndex, getEndIndex, getIndex, isPartialReturn, last, length, next, previous, setIndex, setPartialReturn, subSequence, toString
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
SegmentBuffer
public SegmentBuffer(int capacity)
-
-
Method Details
-
append
public void append(char ch) -
append
public void append(char[] text, int off, int len)
-