Interface UShapeSized
-
- All Superinterfaces:
UShape
- All Known Implementing Classes:
UEllipse
,ULine
,URectangle
public interface UShapeSized extends UShape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getHeight()
double
getWidth()
-