Searched refs:mxgraph (Results 1 – 25 of 40) sorted by relevance
12
... canvas/ com/mxgraph/io/ com/mxgraph/io/gd/ com/mxgraph/io ...
... view.mxGraph) com.mxgraph.view.mxGraph x0 public com.mxgraph.swing.view. ...
1 package com.mxgraph.examples.swing;16 import com.mxgraph.examples.swing.editor.BasicGraphEditor;17 import com.mxgraph.examples.swing.editor.EditorMenuBar;18 import com.mxgraph.examples.swing.editor.EditorPalette;19 import com.mxgraph.examples.swing.editor.EditorPaletteFactory;20 import com.mxgraph.io.mxCodec;21 import com.mxgraph.model.mxCell;22 import com.mxgraph.model.mxGeometry;23 import com.mxgraph.model.mxICell;24 import com.mxgraph.model.mxIGraphModel;[all …]
1 package com.mxgraph.examples.swing;9 import com.mxgraph.examples.swing.editor.BasicGraphEditor;10 import com.mxgraph.examples.swing.editor.EditorPalette;11 import com.mxgraph.examples.swing.editor.SchemaEditorMenuBar;12 import com.mxgraph.examples.swing.editor.SchemaEditorToolBar;13 import com.mxgraph.examples.swing.editor.SchemaGraphComponent;14 import com.mxgraph.model.mxCell;15 import com.mxgraph.model.mxGeometry;16 import com.mxgraph.util.mxRectangle;17 import com.mxgraph.view.mxCellState;[all …]
5 package com.mxgraph.examples.swing;14 import com.mxgraph.swing.mxGraphComponent;15 import com.mxgraph.swing.handler.mxKeyboardHandler;16 import com.mxgraph.swing.handler.mxRubberband;17 import com.mxgraph.util.mxDomUtils;18 import com.mxgraph.util.mxEvent;19 import com.mxgraph.util.mxEventObject;20 import com.mxgraph.util.mxEventSource.mxIEventListener;21 import com.mxgraph.view.mxGraph;22 import com.mxgraph.view.mxMultiplicity;
1 package com.mxgraph.examples.swing;7 import com.mxgraph.model.mxCell;8 import com.mxgraph.model.mxGeometry;9 import com.mxgraph.swing.mxGraphComponent;10 import com.mxgraph.util.mxConstants;11 import com.mxgraph.util.mxPoint;12 import com.mxgraph.util.mxRectangle;13 import com.mxgraph.view.mxEdgeStyle;14 import com.mxgraph.view.mxGraph;
1 package com.mxgraph.examples.swing;9 import com.mxgraph.canvas.mxICanvas;10 import com.mxgraph.canvas.mxImageCanvas;11 import com.mxgraph.swing.mxGraphComponent;12 import com.mxgraph.swing.handler.mxRubberband;13 import com.mxgraph.swing.view.mxInteractiveCanvas;14 import com.mxgraph.view.mxCellState;15 import com.mxgraph.view.mxGraph;
1 package com.mxgraph.examples.swing;10 import com.mxgraph.swing.mxGraphComponent;11 import com.mxgraph.swing.handler.mxKeyboardHandler;12 import com.mxgraph.swing.handler.mxRubberband;13 import com.mxgraph.util.mxEvent;14 import com.mxgraph.util.mxEventObject;15 import com.mxgraph.util.mxUtils;16 import com.mxgraph.util.mxEventSource.mxIEventListener;17 import com.mxgraph.view.mxGraph;18 import com.mxgraph.view.mxMultiplicity;
1 package com.mxgraph.examples.swing;25 import com.mxgraph.examples.swing.editor.BasicGraphEditor;26 import com.mxgraph.examples.swing.editor.EditorMenuBar;27 import com.mxgraph.examples.swing.editor.EditorPalette;28 import com.mxgraph.examples.swing.editor.EditorPaletteFactory;29 import com.mxgraph.io.mxCodec;30 import com.mxgraph.model.mxCell;31 import com.mxgraph.model.mxGeometry;32 import com.mxgraph.model.mxICell;33 import com.mxgraph.model.mxIGraphModel;[all …]
1 package com.mxgraph.examples.swing;5 import com.mxgraph.swing.mxGraphComponent;6 import com.mxgraph.view.mxGraph;
9 var mxgraph;10 (function (mxgraph) { argument197 … _this.vsdxModel = new com.mxgraph.io.vsdx.mxVsdxModel(rootDoc, docData, mediaData);794 … } return null; })(me.vertexMap, new com.mxgraph.io.vsdx.ShapePageId(page.Id, shape.Id));866 var type = com.mxgraph.io.vsdx.VsdxShape.getType(shape.getShape());872 …} })(type, com.mxgraph.io.vsdx.mxVsdxConstants.TYPE_SHAPE) || (function (o1, o2) { if (o1 && o1.eq…877 …} })(type, com.mxgraph.io.vsdx.mxVsdxConstants.TYPE_GROUP) || (function (o1, o2) { if (o1 && o1.eq…882 } })(type, com.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN))) {897 …: function () { return this.value; } }); })(this.vertexShapeMap, new com.mxgraph.io.vsdx.ShapePage…934 …ue: function () { return this.value; } }); })(this.edgeShapeMap, new com.mxgraph.io.vsdx.ShapePage…[all …]
1 package com.mxgraph.examples.swing.editor;14 import com.mxgraph.examples.swing.editor.EditorActions.AlignCellsAction;15 import com.mxgraph.examples.swing.editor.EditorActions.AutosizeAction;16 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundAction;17 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundImageAction;18 import com.mxgraph.examples.swing.editor.EditorActions.ColorAction;19 import com.mxgraph.examples.swing.editor.EditorActions.ExitAction;20 import com.mxgraph.examples.swing.editor.EditorActions.GridColorAction;21 import com.mxgraph.examples.swing.editor.EditorActions.GridStyleAction;22 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;[all …]
1 package com.mxgraph.examples.swing.editor;13 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;14 import com.mxgraph.examples.swing.editor.EditorActions.NewAction;15 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction;16 import com.mxgraph.examples.swing.editor.EditorActions.PrintAction;17 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction;18 import com.mxgraph.swing.mxGraphComponent;19 import com.mxgraph.swing.util.mxGraphActions;20 import com.mxgraph.util.mxEvent;21 import com.mxgraph.util.mxEventObject;[all …]
1 package com.mxgraph.examples.swing.editor;17 import com.mxgraph.examples.swing.editor.EditorActions.ColorAction;18 import com.mxgraph.examples.swing.editor.EditorActions.FontStyleAction;19 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;20 import com.mxgraph.examples.swing.editor.EditorActions.KeyValueAction;21 import com.mxgraph.examples.swing.editor.EditorActions.NewAction;22 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction;23 import com.mxgraph.examples.swing.editor.EditorActions.PrintAction;24 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction;25 import com.mxgraph.swing.mxGraphComponent;[all …]
1 package com.mxgraph.examples.swing.editor;14 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundAction;15 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundImageAction;16 import com.mxgraph.examples.swing.editor.EditorActions.ExitAction;17 import com.mxgraph.examples.swing.editor.EditorActions.GridColorAction;18 import com.mxgraph.examples.swing.editor.EditorActions.GridStyleAction;19 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;20 import com.mxgraph.examples.swing.editor.EditorActions.NewAction;21 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction;22 import com.mxgraph.examples.swing.editor.EditorActions.PageBackgroundAction;[all …]
5 package com.mxgraph.examples.swing.editor;30 import com.mxgraph.model.mxCell;31 import com.mxgraph.model.mxGeometry;32 import com.mxgraph.swing.util.mxGraphTransferable;33 import com.mxgraph.swing.util.mxSwingConstants;34 import com.mxgraph.util.mxEvent;35 import com.mxgraph.util.mxEventObject;36 import com.mxgraph.util.mxEventSource;37 import com.mxgraph.util.mxPoint;38 import com.mxgraph.util.mxRectangle;[all …]
1 package com.mxgraph.examples.swing.editor;43 import com.mxgraph.layout.mxCircleLayout;44 import com.mxgraph.layout.mxCompactTreeLayout;45 import com.mxgraph.layout.mxEdgeLabelLayout;46 import com.mxgraph.layout.mxIGraphLayout;47 import com.mxgraph.layout.mxOrganicLayout;48 import com.mxgraph.layout.mxParallelEdgeLayout;49 import com.mxgraph.layout.mxPartitionLayout;50 import com.mxgraph.layout.mxStackLayout;51 import com.mxgraph.layout.hierarchical.mxHierarchicalLayout;[all …]
1 package com.mxgraph.examples.swing.editor;8 import com.mxgraph.swing.mxGraphComponent;9 import com.mxgraph.util.mxPoint;10 import com.mxgraph.util.mxUtils;11 import com.mxgraph.view.mxCellState;12 import com.mxgraph.view.mxGraph;13 import com.mxgraph.view.mxGraphView;
5 package com.mxgraph.examples.swing.editor;12 import com.mxgraph.swing.mxGraphComponent;13 import com.mxgraph.swing.handler.mxKeyboardHandler;14 import com.mxgraph.swing.util.mxGraphActions;
1 package com.mxgraph.examples.swing.editor;7 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;8 import com.mxgraph.swing.util.mxGraphActions;9 import com.mxgraph.util.mxResources;
1 package com.mxgraph.examples.swing.editor;42 import com.mxgraph.layout.mxCircleLayout;43 import com.mxgraph.layout.mxCompactTreeLayout;44 import com.mxgraph.layout.mxEdgeLabelLayout;45 import com.mxgraph.layout.mxIGraphLayout;46 import com.mxgraph.layout.mxOrganicLayout;47 import com.mxgraph.layout.mxParallelEdgeLayout;48 import com.mxgraph.layout.mxPartitionLayout;49 import com.mxgraph.layout.mxStackLayout;50 import com.mxgraph.layout.hierarchical.mxHierarchicalLayout;[all …]
8 import com.mxgraph.examples.swing.GraphEditor;9 import com.mxgraph.examples.swing.editor.BasicGraphEditor;10 import com.mxgraph.examples.swing.editor.EditorActions;11 import com.mxgraph.examples.swing.editor.EditorMenuBar;12 import com.mxgraph.swing.util.mxSwingConstants;13 import com.mxgraph.util.mxConstants;