All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.sciss.neuralgas.PanelLike Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package de.sciss.neuralgas;

import java.awt.Color;

public interface PanelLike {
    Color getBackground();
    boolean isWhite();

    Color getDistributionColor();
    Color getLowDistributionColor();
    Color getHighDistributionColor();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy