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

org.refcodes.graphical.ContainerMetrics Maven / Gradle / Ivy

Go to download

Artifact for graphical issues regarding RGB, pixel, fonts, and other stuff (utility).

There is a newer version: 3.3.9
Show newest version
package org.refcodes.graphical;

public interface ContainerMetrics {

	int toTotalWidth();

	int toTotalHeight();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy