Enum IntensityGraphFigure.ColorDepth

java.lang.Object
java.lang.Enum<IntensityGraphFigure.ColorDepth>
org.eclipse.nebula.visualization.widgets.figures.IntensityGraphFigure.ColorDepth
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IntensityGraphFigure.ColorDepth>, java.lang.constant.Constable
Enclosing class:
IntensityGraphFigure

public static enum IntensityGraphFigure.ColorDepth
extends java.lang.Enum<IntensityGraphFigure.ColorDepth>
Color depth of the image data in RGB1 mode, since SWT only support 8 bit color depth, it has to convert all data to [0,255].
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    BIT16  
    BIT24  
    BIT30  
    BIT8  
    LOWER8BIT  
    SCALE  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String[] stringValues()  
    java.lang.String toString()  
    static IntensityGraphFigure.ColorDepth valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static IntensityGraphFigure.ColorDepth[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait