public final enum

EAttribute

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ sun.font.EAttribute

Summary

Enum Values
EAttribute  EBACKGROUND   
EAttribute  EBASELINE_TRANSFORM   
EAttribute  EBIDI_EMBEDDING   
EAttribute  ECHAR_REPLACEMENT   
EAttribute  EFAMILY   
EAttribute  EFONT   
EAttribute  EFOREGROUND   
EAttribute  EINPUT_METHOD_HIGHLIGHT   
EAttribute  EINPUT_METHOD_UNDERLINE   
EAttribute  EJUSTIFICATION   
EAttribute  EKERNING   
EAttribute  ELIGATURES   
EAttribute  ENUMERIC_SHAPING   
EAttribute  EPOSTURE   
EAttribute  ERUN_DIRECTION   
EAttribute  ESIZE   
EAttribute  ESTRIKETHROUGH   
EAttribute  ESUPERSCRIPT   
EAttribute  ESWAP_COLORS   
EAttribute  ETRACKING   
EAttribute  ETRANSFORM   
EAttribute  EUNDERLINE   
EAttribute  EWEIGHT   
EAttribute  EWIDTH   
Public Methods
static EAttribute forAttribute(AttributedCharacterIterator.Attribute ta)
String toString()
Returns the name of this enum constant, as contained in the declaration.
static EAttribute valueOf(String name)
final static EAttribute[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EAttribute EBACKGROUND

public static final EAttribute EBASELINE_TRANSFORM

public static final EAttribute EBIDI_EMBEDDING

public static final EAttribute ECHAR_REPLACEMENT

public static final EAttribute EFAMILY

public static final EAttribute EFONT

public static final EAttribute EFOREGROUND

public static final EAttribute EINPUT_METHOD_HIGHLIGHT

public static final EAttribute EINPUT_METHOD_UNDERLINE

public static final EAttribute EJUSTIFICATION

public static final EAttribute EKERNING

public static final EAttribute ELIGATURES

public static final EAttribute ENUMERIC_SHAPING

public static final EAttribute EPOSTURE

public static final EAttribute ERUN_DIRECTION

public static final EAttribute ESIZE

public static final EAttribute ESTRIKETHROUGH

public static final EAttribute ESUPERSCRIPT

public static final EAttribute ESWAP_COLORS

public static final EAttribute ETRACKING

public static final EAttribute ETRANSFORM

public static final EAttribute EUNDERLINE

public static final EAttribute EWEIGHT

public static final EAttribute EWIDTH

Public Methods

public static EAttribute forAttribute (AttributedCharacterIterator.Attribute ta)

public String toString ()

Returns the name of this enum constant, as contained in the declaration. This method may be overridden, though it typically isn't necessary or desirable. An enum type should override this method when a more "programmer-friendly" string form exists.

Returns
  • the name of this enum constant

public static EAttribute valueOf (String name)

public static final EAttribute[] values ()