org.gnu.pango

Class Scale

public class Scale extends Object

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.pango.Scale. As this package was never fully implemented in java-gnome 2.x, however, any new code written will have a considerably different public API.

Field Summary
static ScaleLARGE
static ScaleMEDIUM
static ScaleSMALL
static ScaleX_LARGE
static ScaleX_SMALL
static ScaleXX_LARGE
static ScaleXX_SMALL
Constructor Summary
Scale(double value)
Method Summary
doublegetValue()

Field Detail

LARGE

public static final Scale LARGE

MEDIUM

public static final Scale MEDIUM

SMALL

public static final Scale SMALL

X_LARGE

public static final Scale X_LARGE

X_SMALL

public static final Scale X_SMALL

XX_LARGE

public static final Scale XX_LARGE

XX_SMALL

public static final Scale XX_SMALL

Constructor Detail

Scale

public Scale(double value)

Method Detail

getValue

public double getValue()