Uses of Interface
com.mxgraph.view.mxEdgeStyle.mxEdgeStyleFunction
Packages that use mxEdgeStyle.mxEdgeStyleFunction
Package
Description
This package implements the graph component, represented by the mxGraph
class.
-
Uses of mxEdgeStyle.mxEdgeStyleFunction in com.mxgraph.view
Fields in com.mxgraph.view declared as mxEdgeStyle.mxEdgeStyleFunctionModifier and TypeFieldDescriptionprotected mxEdgeStyle.mxEdgeStyleFunction
mxGraph.defaultLoopStyle
Specifies the default style for loops.mxEdgeStyle.ElbowConnector
Uses either SideToSide or TopToBottom depending on the horizontal flag in the cell style.mxEdgeStyle.EntityRelation
Provides an entity relation style for edges (as used in database schema diagrams).mxEdgeStyle.Loop
Provides a self-reference, aka.mxEdgeStyle.OrthConnector
An orthogonal connector that avoids connecting vertices and respects port constraintsmxEdgeStyle.SegmentConnector
Implements an orthogonal edge style.mxEdgeStyle.SideToSide
Provides a vertical elbow edge.mxEdgeStyle.TopToBottom
Provides a horizontal elbow edge.Methods in com.mxgraph.view that return mxEdgeStyle.mxEdgeStyleFunctionModifier and TypeMethodDescriptionmxGraph.getDefaultLoopStyle()
Returns the default edge style used for loops.mxGraphView.getEdgeStyle
(mxCellState edge, List<mxPoint> points, Object source, Object target) Returns the edge style function to be used to compute the absolute points for the given state, control points and terminals.Methods in com.mxgraph.view with parameters of type mxEdgeStyle.mxEdgeStyleFunctionModifier and TypeMethodDescriptionvoid
mxGraph.setDefaultLoopStyle
(mxEdgeStyle.mxEdgeStyleFunction value) Sets the default style used for loops.