Class AuxColorKit

  • All Implemented Interfaces:
    ColorKit

    public class AuxColorKit
    extends java.lang.Object
    implements ColorKit
    Encapsulates information about how to colour data points for Aux-like shading.
    Since:
    23 Jul 2018
    Author:
    Mark Taylor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Color readColor​(Tuple tuple)
      Acquires a colour appropriate for a given tuple.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • readColor

        public java.awt.Color readColor​(Tuple tuple)
        Description copied from interface: ColorKit
        Acquires a colour appropriate for a given tuple.
        Specified by:
        readColor in interface ColorKit
        Parameters:
        tuple - tuple
        Returns:
        plotting colour, or null to omit point