net.sourceforge.jivalo.editor.syntax
Class SyntaxHighlightWord

java.lang.Object
  extended by net.sourceforge.jivalo.editor.syntax.SyntaxHighlightWord

public class SyntaxHighlightWord
extends Object

Author:
Markku Saarela

Constructor Summary
SyntaxHighlightWord(Word word, JIvaloStyle[] styles)
           
 
Method Summary
 AttributeSet getAttributeSet()
           
 Word getWord()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxHighlightWord

public SyntaxHighlightWord(Word word,
                           JIvaloStyle[] styles)
Parameters:
word -
wordOffset -
Method Detail

getWord

public Word getWord()

getAttributeSet

public AttributeSet getAttributeSet()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2007 SourceForge.net. All Rights Reserved.