org.gnu.pango
Class Scale

java.lang.Object
  extended by org.gnu.pango.Scale

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.

public class Scale
extends java.lang.Object


Field Summary
static Scale LARGE
          Deprecated.  
static Scale MEDIUM
          Deprecated.  
static Scale SMALL
          Deprecated.  
static Scale X_LARGE
          Deprecated.  
static Scale X_SMALL
          Deprecated.  
static Scale XX_LARGE
          Deprecated.  
static Scale XX_SMALL
          Deprecated.  
 
Constructor Summary
Scale(double value)
          Deprecated.  
 
Method Summary
 double getValue()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XX_SMALL

public static final Scale XX_SMALL
Deprecated. 

X_SMALL

public static final Scale X_SMALL
Deprecated. 

SMALL

public static final Scale SMALL
Deprecated. 

MEDIUM

public static final Scale MEDIUM
Deprecated. 

LARGE

public static final Scale LARGE
Deprecated. 

X_LARGE

public static final Scale X_LARGE
Deprecated. 

XX_LARGE

public static final Scale XX_LARGE
Deprecated. 
Constructor Detail

Scale

public Scale(double value)
Deprecated. 
Method Detail

getValue

public double getValue()
Deprecated.