gate.icon.Glyph Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gate Show documentation
Show all versions of gate Show documentation
A multipurpose java library
package gate.icon;
public interface Glyph
{
public String getCode();
@Override
public String toString();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy