Class AbstractMetaDataColor<T extends XYSequencePoint>

    • Constructor Detail

      • AbstractMetaDataColor

        public AbstractMetaDataColor()
    • Method Detail

      • initialize

        public abstract void initialize​(List<T> points)
        Initializes the meta-data color scheme.
        Parameters:
        points - the points to initialize with
      • getColor

        public abstract Color getColor​(T point,
                                       Color defColor)
        Extracts the color from the meta-data.
        Parameters:
        point - the point to get the color from
        defColor - the default color to use
        Returns:
        the color