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

com.github.skjolber.histogram.view.HistogramItem Maven / Gradle / Ivy

package com.github.skjolber.histogram.view;

public interface HistogramItem {

	void append(StringBuilder builder);
	
	default int length() {
		return 1;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy