org.eclipse.swt.internal.gtk
Class PangoAttrColor

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.PangoAttribute
      extended by org.eclipse.swt.internal.gtk.PangoAttrColor

public class PangoAttrColor
extends PangoAttribute


Field Summary
 short color_blue
           
 short color_green
           
 short color_red
           
static int sizeof
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.PangoAttribute
end_index, klass, start_index
 
Constructor Summary
PangoAttrColor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color_red

public short color_red

color_green

public short color_green

color_blue

public short color_blue

sizeof

public static final int sizeof
Constructor Detail

PangoAttrColor

public PangoAttrColor()