java-gnome version 4.0.19

org.gnome.pango
Class BackgroundColorAttribute

Object
  extended by org.freedesktop.bindings.Pointer
      extended by org.gnome.glib.Boxed
          extended by org.gnome.pango.Attribute
              extended by org.gnome.pango.BackgroundColorAttribute

public final class BackgroundColorAttribute
extends Attribute

Set the background ("highlight") colour for the text.

Since:
4.0.10
Author:
Andrew Cowie

Constructor Summary
BackgroundColorAttribute(double red, double green, double blue)
          Create a BackgroundColorAttribute.
 
Method Summary
 
Methods inherited from class org.gnome.pango.Attribute
setIndices
 
Methods inherited from class org.freedesktop.bindings.Pointer
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackgroundColorAttribute

public BackgroundColorAttribute(double red,
                                double green,
                                double blue)
Create a BackgroundColorAttribute. The three colour parameters are in the same [0,1] range as other Cairo drawing functions use.

Since:
4.0.10


java-gnome