|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericNodeRealizer.LabelFactory
This interface is used by GenericNodeRealizer to delegate the work of the
GenericNodeRealizer.createNodeLabel()
method to.
Classes implementing this interface should query the given context
NodeRealizer for the necessary information each time the method is called
since the implementation instances will be shared among multiple
GenericNodeRealizer instances.
Method Summary | |
---|---|
NodeLabel |
createNodeLabel(NodeRealizer context)
Used as a callback for the GenericNodeRealizer.createNodeLabel()
method to create new node labels for the specified realizer. |
Method Detail |
---|
NodeLabel createNodeLabel(NodeRealizer context)
GenericNodeRealizer.createNodeLabel()
method to create new node labels for the specified realizer.
Note: This method should return labels that are not yet bound to any realizer.
context
- the NodeRealizer
for which a new node label
has to be created.
NodeLabel
instance.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |