com.intellij.openapi.editor.colors
Interface EditorColorsScheme
- All Superinterfaces:
- java.lang.Cloneable, JDOMExternalizable
public interface EditorColorsScheme
- extends java.lang.Cloneable, JDOMExternalizable
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
getAttributes
TextAttributes getAttributes(TextAttributesKey key)
setAttributes
void setAttributes(TextAttributesKey key,
TextAttributes attributes)
getDefaultBackground
java.awt.Color getDefaultBackground()
getDefaultForeground
java.awt.Color getDefaultForeground()
getColor
java.awt.Color getColor(ColorKey key)
setColor
void setColor(ColorKey key,
java.awt.Color color)
getEditorFontSize
int getEditorFontSize()
setEditorFontSize
void setEditorFontSize(int fontSize)
getEditorFontName
java.lang.String getEditorFontName()
setEditorFontName
void setEditorFontName(java.lang.String fontName)
getFont
java.awt.Font getFont(EditorFontType key)
setFont
void setFont(EditorFontType key,
java.awt.Font font)
getLineSpacing
float getLineSpacing()
setLineSpacing
void setLineSpacing(float lineSpacing)
clone
java.lang.Object clone()