org.cyberiantiger.mudclient.ui
Class Line

java.lang.Object
  extended byorg.cyberiantiger.mudclient.ui.Line

public class Line
extends java.lang.Object


Field Summary
 LineSegment first
           
 
Constructor Summary
Line()
           
 
Method Summary
 void overwriteSegment(int offset, LineSegment segment)
           
 void overwriteString(int offset, int attr, char[] chars, int off, int len)
           
 void overwriteString(int offset, int attr, java.lang.String str)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

first

public LineSegment first
Constructor Detail

Line

public Line()
Method Detail

overwriteString

public void overwriteString(int offset,
                            int attr,
                            java.lang.String str)

overwriteString

public void overwriteString(int offset,
                            int attr,
                            char[] chars,
                            int off,
                            int len)

overwriteSegment

public void overwriteSegment(int offset,
                             LineSegment segment)

toString

public java.lang.String toString()


Copyright © 2003 OSJava. All Rights Reserved.