|
Zest 1.5.100.201405261516 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEntityConnectionStyleProvider
An extension for label providers which allows users to set styles for connections that are based on entity end points.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
-
|
Zest 1.5.100.201405261516 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |