public class Rectangle extends Object implements Component
| Modifier and Type | Field and Description |
|---|---|
(package private) Point |
bottomRight |
(package private) Point |
topLeft |
| Constructor and Description |
|---|
Rectangle(Point topLeft,
Point bottomRight) |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
bounds() |
static Rectangle |
boundsOf(List<Component> cs) |
double |
height() |
String |
toTikzString() |
double |
width() |
public String toTikzString()
toTikzString in interface ComponentComponent.toTikzString()public double width()
public double height()
Copyright © 2017. All rights reserved.