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

alice.tuprologx.ide.FontDimensionHandler Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package alice.tuprologx.ide;

public interface FontDimensionHandler {

    /**
     * Increment the font dimension of the IDE's editor
     */
    void incFontDimension();

    /**
     * Increment the font dimension of the IDE's editor
     */
    void decFontDimension();

    int getFontDimension();

    void setFontDimension(int dimension);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy