jgraphx-4.2.2.jar中文-英文对照文档.zip

com.github.vlsi.mxgraphjgraphx4.2.2API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: jgraphx-4.2.2.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.83 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

jgraphx-4.2.2.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:jgraphx-4.2.2.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:jgraphx-4.2.2.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:jgraphx-4.2.2.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:jgraphx-4.2.2-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 jgraphx-4.2.2.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: jgraphx
  • 描述: JGraphX 是一个 Java Swing 图形绘制(图可视化)库
  • 版本: 4.2.2

Maven依赖

<dependency>
	<groupId>com.github.vlsi.mxgraph</groupId>
	<artifactId>jgraphx</artifactId>
	<version>4.2.2</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.github.vlsi.mxgraph', name: 'jgraphx', version: '4.2.2'
Gradle (Short):
	implementation 'com.github.vlsi.mxgraph:jgraphx:4.2.2'
Gradle (Kotlin):
	implementation("com.github.vlsi.mxgraph:jgraphx:4.2.2")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.mxgraph.analysis
com.mxgraph.canvas
com.mxgraph.costfunction
com.mxgraph.generatorfunction
com.mxgraph.io
com.mxgraph.layout
com.mxgraph.layout.hierarchical
com.mxgraph.layout.hierarchical.model
com.mxgraph.layout.hierarchical.stage
com.mxgraph.layout.orthogonal
com.mxgraph.layout.orthogonal.model
com.mxgraph.model
com.mxgraph.reader
com.mxgraph.shape
com.mxgraph.swing
com.mxgraph.swing.handler
com.mxgraph.swing.util
com.mxgraph.swing.view
com.mxgraph.util
com.mxgraph.util.png
com.mxgraph.util.svg
com.mxgraph.view

本组件包含的 Java class(类)

com.mxgraph.analysis.StructuralException
com.mxgraph.analysis.mxAnalysisGraph
com.mxgraph.analysis.mxConstantCostFunction
com.mxgraph.analysis.mxDistanceCostFunction
com.mxgraph.analysis.mxFibonacciHeap
com.mxgraph.analysis.mxFibonacciHeap.Node
com.mxgraph.analysis.mxGraphAnalysis
com.mxgraph.analysis.mxGraphGenerator
com.mxgraph.analysis.mxGraphProperties
com.mxgraph.analysis.mxGraphProperties.GraphType
com.mxgraph.analysis.mxGraphStructure
com.mxgraph.analysis.mxICostFunction
com.mxgraph.analysis.mxTraversal
com.mxgraph.analysis.mxUnionFind
com.mxgraph.canvas.mxBasicCanvas
com.mxgraph.canvas.mxGraphics2DCanvas
com.mxgraph.canvas.mxGraphicsCanvas2D
com.mxgraph.canvas.mxHtmlCanvas
com.mxgraph.canvas.mxICanvas
com.mxgraph.canvas.mxICanvas2D
com.mxgraph.canvas.mxImageCanvas
com.mxgraph.canvas.mxSvgCanvas
com.mxgraph.canvas.mxVmlCanvas
com.mxgraph.costfunction.mxConstCostFunction
com.mxgraph.costfunction.mxCostFunction
com.mxgraph.costfunction.mxDoubleValCostFunction
com.mxgraph.generatorfunction.mxGeneratorConstFunction
com.mxgraph.generatorfunction.mxGeneratorFunction
com.mxgraph.generatorfunction.mxGeneratorRandomFunction
com.mxgraph.generatorfunction.mxGeneratorRandomIntFunction
com.mxgraph.io.mxCellCodec
com.mxgraph.io.mxChildChangeCodec
com.mxgraph.io.mxCodec
com.mxgraph.io.mxCodecRegistry
com.mxgraph.io.mxGdCodec
com.mxgraph.io.mxGdCodec.mxGDParseState
com.mxgraph.io.mxGenericChangeCodec
com.mxgraph.io.mxModelCodec
com.mxgraph.io.mxObjectCodec
com.mxgraph.io.mxRootChangeCodec
com.mxgraph.io.mxStylesheetCodec
com.mxgraph.io.mxTerminalChangeCodec
com.mxgraph.layout.hierarchical.model.mxGraphAbstractHierarchyCell
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyEdge
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyModel
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyModel.CellVisitor
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyNode
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyRank
com.mxgraph.layout.hierarchical.mxHierarchicalLayout
com.mxgraph.layout.hierarchical.stage.mxCoordinateAssignment
com.mxgraph.layout.hierarchical.stage.mxHierarchicalLayoutStage
com.mxgraph.layout.hierarchical.stage.mxMedianHybridCrossingReduction
com.mxgraph.layout.hierarchical.stage.mxMinimumCycleRemover
com.mxgraph.layout.mxCircleLayout
com.mxgraph.layout.mxCompactTreeLayout
com.mxgraph.layout.mxCompactTreeLayout.Polygon
com.mxgraph.layout.mxCompactTreeLayout.Polyline
com.mxgraph.layout.mxCompactTreeLayout.TreeNode
com.mxgraph.layout.mxEdgeLabelLayout
com.mxgraph.layout.mxFastOrganicLayout
com.mxgraph.layout.mxGraphLayout
com.mxgraph.layout.mxIGraphLayout
com.mxgraph.layout.mxOrganicLayout
com.mxgraph.layout.mxParallelEdgeLayout
com.mxgraph.layout.mxPartitionLayout
com.mxgraph.layout.mxStackLayout
com.mxgraph.layout.orthogonal.model.mxOrthogonalModel
com.mxgraph.layout.orthogonal.model.mxPointPair
com.mxgraph.layout.orthogonal.model.mxPointSequence
com.mxgraph.layout.orthogonal.model.mxSegment
com.mxgraph.layout.orthogonal.mxOrthogonalLayout
com.mxgraph.model.mxCell
com.mxgraph.model.mxCellPath
com.mxgraph.model.mxGeometry
com.mxgraph.model.mxGraphModel
com.mxgraph.model.mxGraphModel.Filter
com.mxgraph.model.mxGraphModel.mxChildChange
com.mxgraph.model.mxGraphModel.mxCollapseChange
com.mxgraph.model.mxGraphModel.mxGeometryChange
com.mxgraph.model.mxGraphModel.mxRootChange
com.mxgraph.model.mxGraphModel.mxStyleChange
com.mxgraph.model.mxGraphModel.mxTerminalChange
com.mxgraph.model.mxGraphModel.mxValueChange
com.mxgraph.model.mxGraphModel.mxVisibleChange
com.mxgraph.model.mxICell
com.mxgraph.model.mxIGraphModel
com.mxgraph.model.mxIGraphModel.mxAtomicGraphModelChange
com.mxgraph.reader.mxDomOutputParser
com.mxgraph.reader.mxDomOutputParser.IElementHandler
com.mxgraph.reader.mxGraphViewImageReader
com.mxgraph.reader.mxGraphViewReader
com.mxgraph.reader.mxSaxOutputHandler
com.mxgraph.reader.mxSaxOutputHandler.IElementHandler
com.mxgraph.shape.mxActorShape
com.mxgraph.shape.mxArrowShape
com.mxgraph.shape.mxBasicShape
com.mxgraph.shape.mxCloudShape
com.mxgraph.shape.mxConnectorShape
com.mxgraph.shape.mxCurveLabelShape
com.mxgraph.shape.mxCurveShape
com.mxgraph.shape.mxCylinderShape
com.mxgraph.shape.mxDefaultTextShape
com.mxgraph.shape.mxDoubleEllipseShape
com.mxgraph.shape.mxDoubleRectangleShape
com.mxgraph.shape.mxEllipseShape
com.mxgraph.shape.mxHexagonShape
com.mxgraph.shape.mxHtmlTextShape
com.mxgraph.shape.mxIMarker
com.mxgraph.shape.mxIShape
com.mxgraph.shape.mxITextShape
com.mxgraph.shape.mxImageShape
com.mxgraph.shape.mxLabelShape
com.mxgraph.shape.mxLineShape
com.mxgraph.shape.mxMarkerRegistry
com.mxgraph.shape.mxRectangleShape
com.mxgraph.shape.mxRhombusShape
com.mxgraph.shape.mxStencil
com.mxgraph.shape.mxStencilRegistry
com.mxgraph.shape.mxStencilShape
com.mxgraph.shape.mxSwimlaneShape
com.mxgraph.shape.mxTriangleShape
com.mxgraph.swing.handler.mxCellHandler
com.mxgraph.swing.handler.mxCellMarker
com.mxgraph.swing.handler.mxCellTracker
com.mxgraph.swing.handler.mxConnectPreview
com.mxgraph.swing.handler.mxConnectionHandler
com.mxgraph.swing.handler.mxEdgeHandler
com.mxgraph.swing.handler.mxElbowEdgeHandler
com.mxgraph.swing.handler.mxGraphHandler
com.mxgraph.swing.handler.mxGraphTransferHandler
com.mxgraph.swing.handler.mxInsertHandler
com.mxgraph.swing.handler.mxKeyboardHandler
com.mxgraph.swing.handler.mxMovePreview
com.mxgraph.swing.handler.mxPanningHandler
com.mxgraph.swing.handler.mxRotationHandler
com.mxgraph.swing.handler.mxRubberband
com.mxgraph.swing.handler.mxSelectionCellsHandler
com.mxgraph.swing.handler.mxVertexHandler
com.mxgraph.swing.mxGraphComponent
com.mxgraph.swing.mxGraphComponent.mxMouseRedirector
com.mxgraph.swing.mxGraphOutline
com.mxgraph.swing.util.mxAnimation
com.mxgraph.swing.util.mxCellOverlay
com.mxgraph.swing.util.mxGraphActions
com.mxgraph.swing.util.mxGraphActions.DeleteAction
com.mxgraph.swing.util.mxGraphActions.DrillAction
com.mxgraph.swing.util.mxGraphActions.EditAction
com.mxgraph.swing.util.mxGraphActions.FoldAction
com.mxgraph.swing.util.mxGraphActions.GroupAction
com.mxgraph.swing.util.mxGraphActions.LayerAction
com.mxgraph.swing.util.mxGraphActions.RemoveFromParentAction
com.mxgraph.swing.util.mxGraphActions.SelectAction
com.mxgraph.swing.util.mxGraphActions.UngroupAction
com.mxgraph.swing.util.mxGraphActions.UpdateGroupBoundsAction
com.mxgraph.swing.util.mxGraphActions.ZoomAction
com.mxgraph.swing.util.mxGraphTransferable
com.mxgraph.swing.util.mxICellOverlay
com.mxgraph.swing.util.mxMorphing
com.mxgraph.swing.util.mxMouseAdapter
com.mxgraph.swing.util.mxSwingConstants
com.mxgraph.swing.view.mxCellEditor
com.mxgraph.swing.view.mxCellStatePreview
com.mxgraph.swing.view.mxICellEditor
com.mxgraph.swing.view.mxInteractiveCanvas
com.mxgraph.util.mxBase64
com.mxgraph.util.mxCellRenderer
com.mxgraph.util.mxCellRenderer.CanvasFactory
com.mxgraph.util.mxConstants
com.mxgraph.util.mxCurve
com.mxgraph.util.mxDomUtils
com.mxgraph.util.mxEvent
com.mxgraph.util.mxEventObject
com.mxgraph.util.mxEventSource
com.mxgraph.util.mxEventSource.mxIEventListener
com.mxgraph.util.mxHtmlColor
com.mxgraph.util.mxImage
com.mxgraph.util.mxImageBundle
com.mxgraph.util.mxLightweightLabel
com.mxgraph.util.mxLine
com.mxgraph.util.mxPoint
com.mxgraph.util.mxRectangle
com.mxgraph.util.mxResources
com.mxgraph.util.mxSpline
com.mxgraph.util.mxSpline1D
com.mxgraph.util.mxStyleUtils
com.mxgraph.util.mxUndoManager
com.mxgraph.util.mxUndoableEdit
com.mxgraph.util.mxUndoableEdit.mxUndoableChange
com.mxgraph.util.mxUtils
com.mxgraph.util.mxXmlUtils
com.mxgraph.util.png.mxPngEncodeParam
com.mxgraph.util.png.mxPngEncodeParam.Gray
com.mxgraph.util.png.mxPngEncodeParam.Palette
com.mxgraph.util.png.mxPngEncodeParam.RGB
com.mxgraph.util.png.mxPngImageEncoder
com.mxgraph.util.png.mxPngSuggestedPaletteEntry
com.mxgraph.util.png.mxPngTextDecoder
com.mxgraph.util.svg.AWTPathProducer
com.mxgraph.util.svg.AWTPolygonProducer
com.mxgraph.util.svg.AWTPolylineProducer
com.mxgraph.util.svg.AbstractParser
com.mxgraph.util.svg.CSSConstants
com.mxgraph.util.svg.DefaultErrorHandler
com.mxgraph.util.svg.ErrorHandler
com.mxgraph.util.svg.ExtendedGeneralPath
com.mxgraph.util.svg.ExtendedPathIterator
com.mxgraph.util.svg.NormalizingReader
com.mxgraph.util.svg.NumberParser
com.mxgraph.util.svg.ParseException
com.mxgraph.util.svg.Parser
com.mxgraph.util.svg.PathHandler
com.mxgraph.util.svg.PathParser
com.mxgraph.util.svg.PointsHandler
com.mxgraph.util.svg.PointsParser
com.mxgraph.util.svg.ShapeProducer
com.mxgraph.util.svg.StringNormalizingReader
com.mxgraph.view.mxCellState
com.mxgraph.view.mxConnectionConstraint
com.mxgraph.view.mxEdgeStyle
com.mxgraph.view.mxEdgeStyle.mxEdgeStyleFunction
com.mxgraph.view.mxGraph
com.mxgraph.view.mxGraph.mxICellVisitor
com.mxgraph.view.mxGraphSelectionModel
com.mxgraph.view.mxGraphSelectionModel.mxSelectionChange
com.mxgraph.view.mxGraphView
com.mxgraph.view.mxGraphView.mxCurrentRootChange
com.mxgraph.view.mxLayoutManager
com.mxgraph.view.mxMultiplicity
com.mxgraph.view.mxPerimeter
com.mxgraph.view.mxPerimeter.mxPerimeterFunction
com.mxgraph.view.mxStyleRegistry
com.mxgraph.view.mxStylesheet
com.mxgraph.view.mxSwimlaneManager
com.mxgraph.view.mxTemporaryCellStates