Package javaforce.ansi.client
Class Line
java.lang.Object
javaforce.ansi.client.Line
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
len
public int len -
chs
public char[] chs -
fcs
public int[] fcs -
bcs
public int[] bcs -
blinks
public boolean[] blinks -
dirty
public boolean dirty -
y
public int y
-
-
Constructor Details
-
Line
public Line(int len, int fc, int bc)
-
-
Method Details
-
clear
public void clear(int fc, int bc) -
set
public void set(int x, int fc, int bc) -
copy
public void copy(int dst, int src) -
setlen
public void setlen(int len, int fc, int bc)
-