com.intellij.openapi.editor.markup
Class EffectType

java.lang.Object
  extended by com.intellij.openapi.editor.markup.EffectType

public class EffectType
extends java.lang.Object


Field Summary
static EffectType BOXED
           
static EffectType LINE_UNDERSCORE
           
static EffectType STRIKEOUT
           
static EffectType WAVE_UNDERSCORE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LINE_UNDERSCORE

public static final EffectType LINE_UNDERSCORE

WAVE_UNDERSCORE

public static final EffectType WAVE_UNDERSCORE

BOXED

public static final EffectType BOXED

STRIKEOUT

public static final EffectType STRIKEOUT
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object