org.grinvin
Interface MutableEmbeddingModel
- Embedding, EmbeddingModel, EmbeddingView
- DefaultEmbeddingModel
public interface MutableEmbeddingModel
void | setCoordinates(Vertex[] vertices, double[][] coordinates) - Perform a bulk change to the coordinates.
|
setCoordinates
public void setCoordinates(Vertex[] vertices,
double[][] coordinates)
Perform a bulk change to the coordinates. Listeners are informed
once using an 'embedding changed' after all coordinates have been changed.
vertices
- Array of vertices whose coordinates are to be changedcoordinates
- Array of corresponding new coordinates.