AREA:
Edge label rendering.
SYNOPSIS:
Hiding an edge does not hide its label.
DESCRIPTION:
Setting an edge to excluded using the setEdgeInclusionPredicate functionality of the RenderContext does lead to the edge being hidden. However, its label remains visible, leaving labels hovering in mid-air.
WORKAROUND:
Provide a customized EdgeLabelRenderer that receives the inclusion predicate in its constructor and hides edge labels if the corresponding edge is excluded from view.
RECOMMENDATION:
Fix this in the default edge label renderer.
Logged In: YES
user_id=1211988
Originator: NO
fixed. checked in,
nice catch!