Class GraphableEdge
java.lang.Object
org.cristalise.kernel.graph.model.DirectedEdge
org.cristalise.kernel.graph.model.GraphableEdge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUsed by the GUI only, and does not work with MultiPoints.getBuiltInProperty(BuiltInEdgeProperties prop, Object defaultValue) voidsetBuiltInProperty(BuiltInEdgeProperties prop, Object val) voidsetKeyValuePairs(KeyValuePair[] pairs) Methods inherited from class org.cristalise.kernel.graph.model.DirectedEdge
getName, setName, toString
-
Constructor Details
-
GraphableEdge
public GraphableEdge() -
GraphableEdge
-
-
Method Details
-
getKeyValuePairs
-
setKeyValuePairs
-
getBuiltInProperty
-
getBuiltInProperty
-
setBuiltInProperty
-
containsPoint
Description copied from class:DirectedEdgeUsed by the GUI only, and does not work with MultiPoints. Checks if the given point is 'close' to the Edge- Overrides:
containsPointin classDirectedEdge- Parameters:
p- the point to check- Returns:
- true if the point is 'close' to the Edge
-