com.mxgraph.layout.orthogonal.model.mxOrthogonalModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jgraphx Show documentation
Show all versions of jgraphx Show documentation
JGraphX is a Java Swing diagramming (graph visualisation) library
/**
* Copyright (c) 2008-2009, JGraph Ltd
*/
package com.mxgraph.layout.orthogonal.model;
import com.mxgraph.view.mxGraph;
/**
* A custom graph model
*/
public class mxOrthogonalModel
{
public mxOrthogonalModel(mxGraph graph)
{
//
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy