public interface IRelationshipRenderer extends IRenderer
RelationshipLayer.setRelationshipRenderer(Class, IRelationshipRenderer)| Modifier and Type | Method and Description |
|---|---|
GeneralPath |
drawRelationship(RelationshipLayer layer,
Graphics g,
IRelationship relationship,
boolean focused,
boolean selected)
Draws a relationship between two timeline objects.
|
GeneralPath drawRelationship(RelationshipLayer layer, Graphics g, IRelationship relationship, boolean focused, boolean selected)
layer - the relationship layer in which the drawing takes placeg - the graphics context into which to drawrelationship - the relationship object in need of renderingfocused - signals whether the mouse currently hovers over the
relationshipselected - signals whether the relationship is currently selectedCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.