public class Layout extends Object
| Constructor | Description |
|---|---|
Layout() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Double |
getHeight() |
The height of the layout
|
String |
getName() |
The name of the layout
|
Double |
getWidth() |
The width of the layout
|
int |
hashCode() |
|
Layout |
height(Double height) |
|
Layout |
name(String name) |
|
void |
setHeight(Double height) |
|
void |
setName(String name) |
|
void |
setWidth(Double width) |
|
String |
toString() |
|
Layout |
width(Double width) |
public String getName()
public void setName(String name)
public Double getWidth()
public void setWidth(Double width)
public Double getHeight()
public void setHeight(Double height)
Copyright © 2025. All rights reserved.