Class AttrColor

All Implemented Interfaces:
PointerInterface

public class AttrColor extends Record
The `PangoAttrColor` structure is used to represent attributes that
are colors.

https://docs.gtk.org/Pango/struct.AttrColor.html

  • Field Details

    • ATTR

      public static final String ATTR
      the common portion of the attribute
      Private field: direct-type
      See Also:
    • COLOR

      public static final String COLOR
      the `PangoColor` which is the value of the attribute
      Private field: direct-type
      See Also:
  • Constructor Details

    • AttrColor

      public AttrColor(PointerContainer pointer)
    • AttrColor

      public AttrColor()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()