public interface Layout
LayoutImpl
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Checks equality
|
double |
getHeight()
The height of the layout.
|
String |
getName()
The name of the layout.
|
double |
getWidth()
The width of the layout.
|