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

com.massisframework.massis.util.basic.XYHolder Maven / Gradle / Ivy

There is a newer version: 1.2.22
Show newest version
package com.massisframework.massis.util.basic;

public interface XYHolder {
	/**
	 * 
	 * @return the x coordinate of this element
	 */
	public double getX_2D();

	/**
	 * 
	 * @return the y coordinate of this object
	 */
	public double getY_2D();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy