|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelationFeature
An interface for classes which define the Relation rendering of an entity relation graphical view.
Method Summary | |
---|---|
java.awt.Color |
getGlyphColor(java.lang.Object source,
java.lang.Object destination)
Gets the glyphColor for the RelationFeature object. |
double |
getGlyphPosition(java.lang.Object source,
java.lang.Object destination)
Gets the glyphPosition for the RelationFeature object. |
java.awt.Color |
getLineColor(java.lang.Object source,
java.lang.Object destination)
Gets the lineColor for the RelationFeature object. |
double |
getLineWidth(java.lang.Object source,
java.lang.Object destination)
Gets the lineWidth for the RelationFeature object. |
java.lang.String |
getName()
Get the name of this relation. |
boolean |
includesRelation(java.lang.Object source,
java.lang.Object destination)
Answers whether this relation includes a link from the source to the destination. |
Method Detail |
---|
boolean includesRelation(java.lang.Object source, java.lang.Object destination)
source
- the object on the domain side of the relation.destination
- the object on the range side of the relation.
java.lang.String getName()
double getLineWidth(java.lang.Object source, java.lang.Object destination)
source
- parameterdestination
- parameter
java.awt.Color getLineColor(java.lang.Object source, java.lang.Object destination)
source
- parameterdestination
- parameter
double getGlyphPosition(java.lang.Object source, java.lang.Object destination)
source
- parameterdestination
- parameter
java.awt.Color getGlyphColor(java.lang.Object source, java.lang.Object destination)
source
- parameterdestination
- parameter
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |