| Modifier and Type | Method and Description |
|---|---|
ConnectionSkin<?> |
getById(SkinFactory skinFactory,
Connection c)
Returns the skin of the specified connection.
|
VNodeSkin |
getById(SkinFactory skinFactory,
String globalId)
Returns the skin of the specified node.
|
VNodeSkin getById(SkinFactory skinFactory, String globalId)
skinFactory - skin factory to searchglobalId - global id of the requested nodenull if no such
skin existsConnectionSkin<?> getById(SkinFactory skinFactory, Connection c)
skinFactory - skin factory to searchc - global id of the requested nodenull if no
such skin exists