站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Extent (Terminal Emulator) - NetBeans API Javadoc (Current Development Version)

org.netbeans.lib.terminalemulator 1.2

org.netbeans.lib.terminalemulator
Class Extent

java.lang.Object
  extended by org.netbeans.lib.terminalemulator.Extent

public class Extent
extends Object


Field Summary
 Coord begin
           
 Coord end
           
 
Constructor Summary
Extent(Coord begin, Coord end)
           
 
Method Summary
 boolean intersects(int arow, int col)
           
 Extent order()
          Ensure that 'begin' is before 'end'.
 String toString()
          Override Object.toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

begin

public Coord begin

end

public Coord end
Constructor Detail

Extent

public Extent(Coord begin,
              Coord end)
Method Detail

toString

public String toString()
Override Object.toString

Overrides:
toString in class Object

order

public Extent order()
Ensure that 'begin' is before 'end'.


intersects

public boolean intersects(int arow,
                          int col)

org.netbeans.lib.terminalemulator 1.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.