org.jungrapht.visualization.layout.algorithms.util.VertexShapeAware Maven / Gradle / Ivy
The newest version!
package org.jungrapht.visualization.layout.algorithms.util;
import java.util.function.Function;
import org.jungrapht.visualization.layout.model.Rectangle;
public interface VertexShapeAware {
void setVertexShapeFunction(Function vertexShapeFunction);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy