public interface IEntityConnectionStyleProvider
Modifier and Type | Method and Description |
---|---|
Color |
getColor(java.lang.Object src,
java.lang.Object dest)
Returns the color for the connection.
|
int |
getConnectionStyle(java.lang.Object src,
java.lang.Object dest)
Returns the style flags for this connection.
|
Color |
getHighlightColor(java.lang.Object src,
java.lang.Object dest)
Returns the highlighted color for this connection.
|
int |
getLineWidth(java.lang.Object src,
java.lang.Object dest)
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 src, java.lang.Object dest)
src
- the source entity.dest
- the destination entity.ZestStyles
Color getColor(java.lang.Object src, java.lang.Object dest)
src
- the source entity. Any resources created by this class must be disposed by
this class.dest
- the destination entity.#dispose()
Color getHighlightColor(java.lang.Object src, java.lang.Object dest)
src
- the source entity. Any resources created by this class must be disposed by
this class.dest
- the destination entity.#dispose()
int getLineWidth(java.lang.Object src, java.lang.Object dest)
src
- the source entity.dest
- the destination entity.IFigure getTooltip(java.lang.Object entity)
entity
- Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.