Interface Corner
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CornerImpl
The Interface Corner.
-
Method Summary
-
Method Details
-
getType
String getType()Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the type to set
-
getRadius
double getRadius()Gets the radius.- Returns:
- the radius
-
setRadius
void setRadius(double radius) Sets the radius.- Parameters:
radius- the radius to set
-