mxGraph 2.5.0.1


Uses of Class
com.mxgraph.util.mxImageBundle

Packages that use mxImageBundle
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
protected static List<mxImageBundle> mxGraph.imageBundles
          Holds the list of bundles.
 

Methods in com.mxgraph.view that return types with arguments of type mxImageBundle
 List<mxImageBundle> mxGraph.getImageBundles()
          Returns the image bundles
 

Methods in com.mxgraph.view with parameters of type mxImageBundle
 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
 void mxGraph.getImageBundles(List<mxImageBundle> value)
          Returns the image bundles
 


mxGraph 2.5.0.1


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.