public class EditableMyRect extends MyRect implements Editable<MyRectBuilder>
| Constructor and Description |
|---|
EditableMyRect(int x,
int y,
java.util.Optional<java.lang.String> notes,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
MyRectBuilder |
edit() |
equals, getHeight, getNotes, getWidth, hashCode, newMyRectBuilder, newMyRectBuilderFromDefaultsgetCount, getX, getY, setCount, setNotespublic EditableMyRect(int x,
int y,
java.util.Optional<java.lang.String> notes,
int width,
int height)
public MyRectBuilder edit()
edit in interface Editable<MyRectBuilder>Copyright © 2022. All Rights Reserved.