| java.lang.Object org.netbeans.lib.terminalemulator.Line
Constructor Summary | |
public | Line() |
Method Summary | |
public int[] | attrArray() | public int | bufToCell(MyFontMetrics metrics, int target_col) | public int | capacity() | public int | cellToBuf(MyFontMetrics metrics, int target_col) | public char[] | charArray() | public void | clearToEndFrom(Term term, int col) | public void | deleteCharAt(int column) | public boolean | hasAttributes() | public void | insertCharAt(Term term, char c, int column, int a) Insert character and attribute at 'column' and shift everything
past 'column' right. | public boolean | isAboutToWrap() | public boolean | isWrapped() | public int | length() Number of characters in the line. | public void | reset() | public boolean | setAboutToWrap(boolean about_to_wrap) | public void | setCharAt(Term term, char c, int column, int a) | public void | setCharacterAttribute(int bcol, int ecol, int value, boolean on) | public void | setWrapped(boolean wrapped) | public StringBuffer | stringBuffer() | public String | text(int bcol, int ecol) | public byte | width(MyFontMetrics metrics, int at) |
glyph_glyph | public int glyph_glyph(Code) | | |
glyph_rendition | public int glyph_rendition(Code) | | |
attrArray | public int[] attrArray()(Code) | | |
capacity | public int capacity()(Code) | | |
charArray | public char[] charArray()(Code) | | |
clearToEndFrom | public void clearToEndFrom(Term term, int col)(Code) | | |
deleteCharAt | public void deleteCharAt(int column)(Code) | | |
hasAttributes | public boolean hasAttributes()(Code) | | |
insertCharAt | public void insertCharAt(Term term, char c, int column, int a)(Code) | | Insert character and attribute at 'column' and shift everything
past 'column' right.
|
isAboutToWrap | public boolean isAboutToWrap()(Code) | | |
isWrapped | public boolean isWrapped()(Code) | | |
length | public int length()(Code) | | Number of characters in the line.
charArray()[length()] is where the cursor or newline would be.
|
reset | public void reset()(Code) | | |
setAboutToWrap | public boolean setAboutToWrap(boolean about_to_wrap)(Code) | | |
setCharAt | public void setCharAt(Term term, char c, int column, int a)(Code) | | |
setCharacterAttribute | public void setCharacterAttribute(int bcol, int ecol, int value, boolean on)(Code) | | |
setWrapped | public void setWrapped(boolean wrapped)(Code) | | |
|
|