Class Line

java.lang.Object
javaforce.ansi.client.Line

public class Line extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int[]
     
    boolean[]
     
    char[]
     
    boolean
     
    int[]
     
    int
     
    int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Line(int len, int fc, int bc)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clear(int fc, int bc)
     
    void
    copy(int dst, int src)
     
    void
    set(int x, int fc, int bc)
     
    void
    setlen(int len, int fc, int bc)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • len

      public int len
    • chs

      public char[] chs
    • fcs

      public int[] fcs
    • bcs

      public int[] bcs
    • 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)