Uses of Class
com.mxgraph.util.mxImageBundle
-
Packages that use mxImageBundle Package Description com.mxgraph.view This package implements the graph component, represented by the mxGraph class. -
-
Uses of mxImageBundle in com.mxgraph.view
Fields in com.mxgraph.view with type parameters of type mxImageBundle Modifier and Type Field Description protected static java.util.List<mxImageBundle>
mxGraph. imageBundles
Holds the list of bundles.Methods in com.mxgraph.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 com.mxgraph.view with parameters of type mxImageBundle Modifier and Type Method Description void
mxGraph. addImageBundle(mxImageBundle bundle)
Adds the specified bundle.void
mxGraph. removeImageBundle(mxImageBundle bundle)
Removes the specified bundle.Method parameters in com.mxgraph.view with type arguments of type mxImageBundle Modifier and Type Method Description void
mxGraph. getImageBundles(java.util.List<mxImageBundle> value)
Returns the image bundles
-