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

com.massisframework.gui.DrawableZone Maven / Gradle / Ivy

The newest version!
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.massisframework.gui;

/**
 * @author Rafael Pax
 */
public interface DrawableZone {
    
    public float getMaxX();
    public float getMaxY();
    public float getMinX();
    public float getMinY();
    public String getName();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy