Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Class Mark

java.lang.Object
  |
  +--nu.dll.lyskom.Mark

public class Mark
extends java.lang.Object

Represents a marked text and it's mark type.

See Also:
Session.getMarks()

Method Summary
 int getText()
          Returns the text number.
 int getType()
          Returns the mark type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getText

public int getText()
Returns the text number.


getType

public int getType()
Returns the mark type.


Copyright © Rasmus Sten and contributors, 1997-2004