package mightypork.gamecore.gui.components; public interface DynamicWidthComponent extends Component { double computeWidth(double height); }