Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.util.mxImageBundle
-
Packages that use mxImageBundle Package Description org.processmining.objectcentricconstraintchecking.algorithms.view -
-
Uses of mxImageBundle in org.processmining.objectcentricconstraintchecking.algorithms.view
Fields in org.processmining.objectcentricconstraintchecking.algorithms.view with type parameters of type mxImageBundle Modifier and Type Field Description protected static java.util.List<mxImageBundle>mxGraph. imageBundlesHolds the list of bundles.Methods in org.processmining.objectcentricconstraintchecking.algorithms.view that return types with arguments of type mxImageBundle Modifier and Type Method Description java.util.List<mxImageBundle>mxGraph. getImageBundles()Returns the image bundlesMethods in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxImageBundle Modifier and Type Method Description voidmxGraph. addImageBundle(mxImageBundle bundle)Adds the specified bundle.voidmxGraph. removeImageBundle(mxImageBundle bundle)Removes the specified bundle.Method parameters in org.processmining.objectcentricconstraintchecking.algorithms.view with type arguments of type mxImageBundle Modifier and Type Method Description voidmxGraph. getImageBundles(java.util.List<mxImageBundle> value)Returns the image bundles
-