com.intellij.openapi.editor.colors
Class EditorFontType

java.lang.Object
  extended by com.intellij.openapi.editor.colors.EditorFontType

public final class EditorFontType
extends java.lang.Object


Field Summary
static EditorFontType BOLD
           
static EditorFontType BOLD_ITALIC
           
static EditorFontType ITALIC
           
static EditorFontType PLAIN
           
 
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

PLAIN

public static final EditorFontType PLAIN

BOLD

public static final EditorFontType BOLD

ITALIC

public static final EditorFontType ITALIC

BOLD_ITALIC

public static final EditorFontType BOLD_ITALIC
Method Detail

toString

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