Uses of Class
org.gnu.pango.Variant

Packages that use Variant
org.gnu.pango   
 

Uses of Variant in org.gnu.pango
 

Fields in org.gnu.pango declared as Variant
static Variant Variant.NORMAL
          A normal font.
static Variant Variant.SMALL_CAPS
           
 

Methods in org.gnu.pango that return Variant
static Variant Variant.intern(int value)
           
 Variant Variant.or(Variant other)
           
 Variant Variant.and(Variant other)
           
 Variant Variant.xor(Variant other)
           
 Variant FontDescription.getVariant()
          Gets the variant field of the description
 

Methods in org.gnu.pango with parameters of type Variant
 Variant Variant.or(Variant other)
           
 Variant Variant.and(Variant other)
           
 Variant Variant.xor(Variant other)
           
 boolean Variant.test(Variant other)
           
 void FontDescription.setVariant(Variant var)
          Sets the variant field of a font description.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net