Package | Description |
---|---|
com.mxgraph.view |
This package implements the graph component, represented by the mxGraph
class.
|
Modifier and Type | Field | Description |
---|---|---|
protected static java.util.List<mxImageBundle> |
mxGraph.imageBundles |
Holds the list of bundles.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<mxImageBundle> |
mxGraph.getImageBundles() |
Returns the image bundles
|
Modifier and Type | Method | Description |
---|---|---|
void |
mxGraph.addImageBundle(mxImageBundle bundle) |
Adds the specified bundle.
|
void |
mxGraph.removeImageBundle(mxImageBundle bundle) |
Removes the specified bundle.
|
Modifier and Type | Method | Description |
---|---|---|
void |
mxGraph.getImageBundles(java.util.List<mxImageBundle> value) |
Returns the image bundles
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.