Class DisplayColour

All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DisplayColour
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used to enumerate the display colour codes used in the discipline.
  • Constructor Details

  • Method Details

    • getBlue

      public IntColumn getBlue()
      Integer value between 0 and 255 giving the intensity of a specific colour component (red, green or blue) for the RGB display colour code.
      Returns:
      IntColumn
    • getGreen

      public IntColumn getGreen()
      Integer value between 0 and 255 giving the intensity of a specific colour component (red, green or blue) for the RGB display colour code.
      Returns:
      IntColumn
    • getHue

      public StrColumn getHue()
      Colour hue as an enumerated code.
      Returns:
      StrColumn
    • getRed

      public IntColumn getRed()
      Integer value between 0 and 255 giving the intensity of a specific colour component (red, green or blue) for the RGB display colour code.
      Returns:
      IntColumn
    • getRGB

      public IntColumn getRGB()
      The red-green-blue intensities, bases 256, for each colour code.
      Returns:
      IntColumn