public interface IConnectionStyleProvider
#IGraphContentProvider,
#IEntityStyleProvider| Modifier and Type | Method and Description |
|---|---|
Color |
getColor(java.lang.Object rel)
Returns the color for the connection.
|
int |
getConnectionStyle(java.lang.Object rel)
Returns the style flags for this connection.
|
Color |
getHighlightColor(java.lang.Object rel)
Returns the highlighted color for this connection.
|
int |
getLineWidth(java.lang.Object rel)
Returns the line width of the connection. -1 for default.
|
IFigure |
getTooltip(java.lang.Object entity)
Returns the tooltop for this node.
|
int getConnectionStyle(java.lang.Object rel)
rel - the relationship represented by this connection.ZestStylesColor getColor(java.lang.Object rel)
rel - the relationship represented by this connection.#dispose()Color getHighlightColor(java.lang.Object rel)
rel - the relationship represented by this connection.#dispose()int getLineWidth(java.lang.Object rel)
rel - the relationship represented by this connection.IFigure getTooltip(java.lang.Object entity)
entity - Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.