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

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