public abstract class TextAttributesDescription extends ColorAndFontDescription
ERASE_MARKER
NAME_SEPARATOR
Constructor and Description |
---|
TextAttributesDescription(java.lang.String name,
java.lang.String group,
TextAttributes attributes,
TextAttributesKey type,
EditorColorsScheme scheme,
javax.swing.Icon icon,
java.lang.String toolTip) |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getExternalBackground() |
java.awt.Color |
getExternalEffectColor() |
EffectType |
getExternalEffectType() |
java.awt.Color |
getExternalErrorStripe() |
java.awt.Color |
getExternalForeground() |
int |
getFontType() |
protected TextAttributes |
getTextAttributes() |
void |
setExternalBackground(java.awt.Color col) |
void |
setExternalEffectColor(java.awt.Color color) |
void |
setExternalEffectType(EffectType type) |
void |
setExternalErrorStripe(java.awt.Color col) |
void |
setExternalForeground(java.awt.Color col) |
void |
setFontType(int type) |
equals, getBaseAttributes, getFallbackKeyDescriptor, getGroup, getIcon, getScheme, getToolTip, getType, hashCode, initCheckedStatus, isBackgroundChecked, isBackgroundEnabled, isEditable, isEffectsColorChecked, isEffectsColorEnabled, isErrorStripeChecked, isErrorStripeEnabled, isFontEnabled, isForegroundChecked, isForegroundEnabled, isInherited, isModified, isTransparencyEnabled, setBackgroundChecked, setBackgroundColor, setEffectColor, setEffectsColorChecked, setEffectType, setErrorStripeChecked, setErrorStripeColor, setForegroundChecked, setForegroundColor, setInherited, toString
clone, copyFrom, forEachAdditionalEffect, forEachEffect, fromFlyweight, getBackgroundColor, getEffectColor, getEffectType, getErrorStripeColor, getFlyweight, getForegroundColor, hasEffects, isEmpty, merge, readExternal, setAdditionalEffects, setAttributes, setAttributes, withAdditionalEffect, withAdditionalEffects, writeExternal
finalize, getClass, notify, notifyAll, wait, wait, wait
apply
public TextAttributesDescription(java.lang.String name, java.lang.String group, TextAttributes attributes, TextAttributesKey type, EditorColorsScheme scheme, javax.swing.Icon icon, java.lang.String toolTip)
public int getFontType()
getFontType
in class ColorAndFontDescription
public void setFontType(int type)
setFontType
in class ColorAndFontDescription
public java.awt.Color getExternalEffectColor()
getExternalEffectColor
in class ColorAndFontDescription
public EffectType getExternalEffectType()
getExternalEffectType
in class ColorAndFontDescription
public void setExternalEffectColor(java.awt.Color color)
setExternalEffectColor
in class ColorAndFontDescription
public void setExternalEffectType(EffectType type)
setExternalEffectType
in class ColorAndFontDescription
public java.awt.Color getExternalForeground()
getExternalForeground
in class ColorAndFontDescription
public void setExternalForeground(java.awt.Color col)
setExternalForeground
in class ColorAndFontDescription
public java.awt.Color getExternalBackground()
getExternalBackground
in class ColorAndFontDescription
public java.awt.Color getExternalErrorStripe()
getExternalErrorStripe
in class ColorAndFontDescription
public void setExternalBackground(java.awt.Color col)
setExternalBackground
in class ColorAndFontDescription
public void setExternalErrorStripe(java.awt.Color col)
setExternalErrorStripe
in class ColorAndFontDescription
protected TextAttributes getTextAttributes()