Package | Description |
---|---|
com.mxgraph.model |
This package contains the classes that define a graph model.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
mxGraphModel.filterCells(java.lang.Object[] cells,
mxGraphModel.Filter filter) |
static java.util.Collection<java.lang.Object> |
mxGraphModel.filterDescendants(mxIGraphModel model,
mxGraphModel.Filter filter)
Creates a collection of cells using the visitor pattern.
|
static java.util.Collection<java.lang.Object> |
mxGraphModel.filterDescendants(mxIGraphModel model,
mxGraphModel.Filter filter,
java.lang.Object parent)
Creates a collection of cells using the visitor pattern.
|
Copyright (c) 2010 Gaudenz Alder. All rights reserved.