java.lang.Object
org.deidentifier.arx.gui.view.impl.explore.Gradient

public class Gradient extends Object
A gradient
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Gradient(org.eclipse.swt.widgets.Display display)
    Creates a new color gradients
    Gradient(org.eclipse.swt.widgets.Display display, int steps)
    Creates a new color gradient
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Dispose all colors
    org.eclipse.swt.graphics.Color
    getColor(double value)
    Returns the color for a value in [0, 1]

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • Gradient

      public Gradient(org.eclipse.swt.widgets.Display display)
      Creates a new color gradients
      Parameter:
      display - Display
    • Gradient

      public Gradient(org.eclipse.swt.widgets.Display display, int steps)
      Creates a new color gradient
      Parameter:
      display - Display
      steps -
  • Methodendetails

    • dispose

      public void dispose()
      Dispose all colors
    • getColor

      public org.eclipse.swt.graphics.Color getColor(double value)
      Returns the color for a value in [0, 1]
      Parameter:
      value -
      Gibt zurück: