org.freedesktop.cairo
org.freedesktop.cairo.HintMetrics
.
As this package was never correctly implemented in java-gnome 2.x,
any new code written will likely have a considerably different
public API.public class HintMetrics extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static HintMetrics |
DEFAULT
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 HintMetrics |
OFF
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 HintMetrics |
ON
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.
|
Modifier and Type | Method and Description |
---|---|
static HintMetrics |
intern(int value)
Deprecated.
|
boolean |
test(HintMetrics other)
Deprecated.
|
public static final HintMetrics DEFAULT
public static final HintMetrics OFF
public static final HintMetrics ON
public static HintMetrics intern(int value)
public boolean test(HintMetrics other)