![JAR search and dependency download from the Maven repository](/logo.png)
org.ikasan.designer.model.Vertex Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ikasan-designer Show documentation
Show all versions of ikasan-designer Show documentation
Integration of vis.js library for Ikasan platform
package org.ikasan.designer.model;
public class Vertex {
protected double x;
protected double y;
public double getX() {
return x;
}
public void setX(double x) {
this.x = x;
}
public double getY() {
return y;
}
public void setY(double y) {
this.y = y;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy