public GraphViewMXGraph(BiConsumer<MouseEvent, IBase> clickHandler) {
this.clickHandler = clickHandler;
mxGraph = new mxGraph();
mxGraphModel = mxGraph.getModel();
mxGraphView = mxGraph.getView();
mxGraphLayout = new mxHierarchicalLayout(mxGraph, SwingConstants.NORTH);
graphPane = new Pane();
selectedItems.addListener((SetChangeListener<? super IBase>) change -> updateSelectedNodes());
}
GraphViewMXGraph.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:FollowTheBitcoin
作者:
评论列表
文章目录