Class JGradientColorMap.CustomColorMapComponent

java.lang.Object
org.sm.smtools.swing.util.JGradientColorMap.CustomColorMapComponent
Enclosing class:
JGradientColorMap

public final class JGradientColorMap.CustomColorMapComponent
extends java.lang.Object
A container class for a custom colour map component.
Version:
02/01/2013
Author:
Sven Maerivoet
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.awt.Color fColor
    The colour associated with this colour map component.
    double fLevel
    The level associated with this colour map component.
  • Constructor Summary

    Constructors
    Constructor Description
    CustomColorMapComponent​(double level, java.awt.Color color)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • fLevel

      public double fLevel
      The level associated with this colour map component.
    • fColor

      public java.awt.Color fColor
      The colour associated with this colour map component.
  • Constructor Details

    • CustomColorMapComponent

      public CustomColorMapComponent​(double level, java.awt.Color color)
      Parameters:
      level - -
      color - -