Package org.rcsb.cif.schema.core
Class DisplayColour
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description DisplayColour(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description IntColumngetBlue()Integer value between 0 and 255 giving the intensity of a specific colour component (red, green or blue) for the RGB display colour code.IntColumngetGreen()Integer value between 0 and 255 giving the intensity of a specific colour component (red, green or blue) for the RGB display colour code.StrColumngetHue()Colour hue as an enumerated code.IntColumngetRed()Integer value between 0 and 255 giving the intensity of a specific colour component (red, green or blue) for the RGB display colour code.IntColumngetRGB()The red-green-blue intensities, bases 256, for each colour code.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
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
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
Colour hue as an enumerated code.- Returns:
- StrColumn
-
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
The red-green-blue intensities, bases 256, for each colour code.- Returns:
- IntColumn
-