de.sciss.neuralgas.PanelLike Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neuralgas-core Show documentation
Show all versions of neuralgas-core Show documentation
Neural network simulator based on growing neural gas (GNG) - algorithms
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