public interface SquareFluent<A extends SquareFluent<A>> extends AbstractShapeFluent<A>
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
java.lang.Boolean |
hasHeight() |
A |
withHeight(int height) |
int getHeight()
A withHeight(int height)
java.lang.Boolean hasHeight()
Copyright © 2022. All Rights Reserved.