|
JGraph X 1.3.0.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use mxGraphModel.Filter | |
---|---|
com.mxgraph.model | This package contains the classes that define a graph model. |
Uses of mxGraphModel.Filter in com.mxgraph.model |
---|
Methods in com.mxgraph.model with parameters of type mxGraphModel.Filter | |
---|---|
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. |
|
JGraph X 1.3.0.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |