package net.bitpot.railways.gui; public interface StringFormatter { String format(String str); }