public interface INestedGraphLabelProvider extends IGraphNodeLabelProvider
INestedGraphLabelProvider
is an extension to the
IGraphNodeLabelProvider
that additionally allows the provision of
attributes for nested graphs.Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getNestedGraphAttributes(java.lang.Object nestingNode)
Determines the attributes that should be set on a nested graph that is
nested inside the node represented by the given content element.
|
getEdgeAttributes, getNodeAttributes, getRootGraphAttributes
getImage, getText
addListener, dispose, isLabelProperty, removeListener
java.util.Map<java.lang.String,java.lang.Object> getNestedGraphAttributes(java.lang.Object nestingNode)
null
can be returned.nestingNode
- A content element representing a nesting node according to the
INestedGraphContentProvider.hasChildren(Object)
method.For an overview of the supported attributes.
Copyright (c) 2014 itemis AG and others. All rights reserved.