Uses of Class
com.mxgraph.view.mxMultiplicity
-
Packages that use mxMultiplicity Package Description com.mxgraph.view This package implements the graph component, represented by the mxGraph class. -
-
Uses of mxMultiplicity in com.mxgraph.view
Fields in com.mxgraph.view declared as mxMultiplicity Modifier and Type Field Description protected mxMultiplicity[]
mxGraph. multiplicities
Specifies the multiplicities to be used for validation of the graph.Methods in com.mxgraph.view that return mxMultiplicity Modifier and Type Method Description mxMultiplicity[]
mxGraph. getMultiplicities()
Methods in com.mxgraph.view with parameters of type mxMultiplicity Modifier and Type Method Description void
mxGraph. setMultiplicities(mxMultiplicity[] value)
-