org.grinvin.gred

Class GraphEditor3D


public class GraphEditor3D
extends JFrame

Graph editor window for three-dimensional embeddings

Constructor Summary

GraphEditor3D(EmbeddingModel model, AnnotationModel annotationModel, GraphContext context)
Create an editor that uses the given embedding model and context.

Constructor Details

GraphEditor3D

public GraphEditor3D(EmbeddingModel model,
                     AnnotationModel annotationModel,
                     GraphContext context)
Create an editor that uses the given embedding model and context. This constructor is mainly useful when models and contexts should be shared between editors. In most cases users should use the no argument constructor.