|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.pango.CoverageLevel
org.gnome.pango.CoverageLevel
.
As this package was never fully implemented in java-gnome 2.x,
however, any new code written will have a considerably different
public API.
public class CoverageLevel
Used to indicate how well a font can represent a particular ISO 10646 character point for a particular script.
Field Summary | |
---|---|
static CoverageLevel |
APPROXIMATE
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries. |
static CoverageLevel |
EXACT
Deprecated. The character is represented as the correct graphical form. |
static CoverageLevel |
FALLBACK
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries. |
static CoverageLevel |
NONE
Deprecated. The character is not representable with the font. |
Method Summary | |
---|---|
CoverageLevel |
and(CoverageLevel other)
Deprecated. |
static CoverageLevel |
intern(int value)
Deprecated. |
CoverageLevel |
or(CoverageLevel other)
Deprecated. |
boolean |
test(CoverageLevel other)
Deprecated. |
CoverageLevel |
xor(CoverageLevel other)
Deprecated. |
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CoverageLevel NONE
public static final CoverageLevel FALLBACK
public static final CoverageLevel APPROXIMATE
public static final CoverageLevel EXACT
Method Detail |
---|
public static CoverageLevel intern(int value)
public CoverageLevel or(CoverageLevel other)
public CoverageLevel and(CoverageLevel other)
public CoverageLevel xor(CoverageLevel other)
public boolean test(CoverageLevel other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |