org.crosswire.common.xml
Class RedLetterText

java.lang.Object
  extended by org.crosswire.common.xml.RedLetterText

public class RedLetterText
extends Object

RedLetterText remembers when text should be red. Red Letter Text is used to highlight the words of Jesus.

Author:
DM Smith
See Also:
The GNU Lesser General Public License for details.

Field Summary
private  int rlt
           
 
Constructor Summary
RedLetterText()
          Construct a RedLetterText.
 
Method Summary
 void enter()
          Call when Red Letter Text is entered
 boolean isRLT()
          Returns true when one is in Red Letter Text
 void leave()
          Call when Red Letter Text is left
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rlt

private int rlt
Constructor Detail

RedLetterText

public RedLetterText()
Construct a RedLetterText.

Method Detail

enter

public void enter()
Call when Red Letter Text is entered


leave

public void leave()
Call when Red Letter Text is left


isRLT

public boolean isRLT()
Returns true when one is in Red Letter Text

Returns:
true if in RLT, false otherwise

Copyright ยจ 2003-2015