![JAR search and dependency download from the Maven repository](/logo.png)
assets.Connection.js Maven / Gradle / Ivy
function Connection(object) {
this.x = parseInt(object.x);
this.y = parseInt(object.y);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
function Connection(object) {
this.x = parseInt(object.x);
this.y = parseInt(object.y);
}