Interface Edge
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EdgeImpl
The Interface Edge.
-
Method Summary
-
Method Details
-
getType
EdgeType getType()Gets the type.- Returns:
- the type
- See Also:
-
setType
Sets the type.- Parameters:
type- the new type- See Also:
-
getRadius
double getRadius()Gets the radius.- Returns:
- the radius
-
setRadius
void setRadius(double radius) Sets the radius.- Parameters:
radius- the new radius
-
getValue
String getValue()Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-