|
Cytoscape 2.8.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomGraphic | |
|---|---|
| cytoscape.render.stateful | |
| cytoscape.visual.customgraphic.impl | |
| cytoscape.visual.properties | |
| ding.view | |
| Uses of CustomGraphic in cytoscape.render.stateful |
|---|
| Methods in cytoscape.render.stateful that return types with arguments of type CustomGraphic | |
|---|---|
Iterator<CustomGraphic> |
NodeDetails.customGraphics(int node)
Return a non-null, read-only Iterator over all CustomGraphics contained in this Node. |
| Uses of CustomGraphic in cytoscape.visual.customgraphic.impl |
|---|
| Constructors in cytoscape.visual.customgraphic.impl with parameters of type CustomGraphic | |
|---|---|
DLayer(CustomGraphic layer,
int zOrder)
|
|
| Uses of CustomGraphic in cytoscape.visual.properties |
|---|
| Methods in cytoscape.visual.properties that return types with arguments of type CustomGraphic | |
|---|---|
protected Set<CustomGraphic> |
NodeCustomGraphicsProp.getCurrentCustomGraphics(DNodeView dv)
|
| Uses of CustomGraphic in ding.view |
|---|
| Methods in ding.view that return CustomGraphic | |
|---|---|
CustomGraphic |
DNodeView.addCustomGraphic(Shape shape,
Paint paint,
byte anchor)
Adds a custom graphic, in draw order, to this DNodeView in a thread-safe way. |
CustomGraphic |
DNodeView.setCustomGraphicsPosition(CustomGraphic cg,
ObjectPosition p)
|
static CustomGraphic |
CustomGraphicsPositionCalculator.transform(ObjectPosition p,
DNodeView nv,
CustomGraphic cg)
|
| Methods in ding.view that return types with arguments of type CustomGraphic | |
|---|---|
Iterator<CustomGraphic> |
DNodeView.customGraphicIterator()
Return a non-null, read-only Iterator over all CustomGraphics contained in this DNodeView. |
| Methods in ding.view with parameters of type CustomGraphic | |
|---|---|
boolean |
DNodeView.addCustomGraphic(CustomGraphic cg)
Adds a given CustomGraphic, in draw order, to this DNodeView in a thread-safe way. |
boolean |
DNodeView.containsCustomGraphic(CustomGraphic cg)
A thread-safe way to determine if this DNodeView contains a given custom graphic. |
ObjectPosition |
DNodeView.getCustomGraphicsPosition(CustomGraphic cg)
|
boolean |
DNodeView.removeCustomGraphic(CustomGraphic cg)
A thread-safe method for removing a given custom graphic from this DNodeView. |
CustomGraphic |
DNodeView.setCustomGraphicsPosition(CustomGraphic cg,
ObjectPosition p)
|
static CustomGraphic |
CustomGraphicsPositionCalculator.transform(ObjectPosition p,
DNodeView nv,
CustomGraphic cg)
|
|
Cytoscape 2.8.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||