| Package | Description |
|---|---|
| streams.tikz |
| Modifier and Type | Field and Description |
|---|---|
(package private) Point |
Rectangle.bottomRight |
(package private) Point |
Path.offset |
(package private) Point |
Rectangle.topLeft |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<Point> |
Path.points |
| Modifier and Type | Method and Description |
|---|---|
Point |
Pixel.getPosition() |
Point |
Point.shift(double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Point> |
Path.iterator() |
List<Point> |
Path.points() |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.add(Point p) |
double |
Point.distance(Point p) |
static String |
Tikz.format(Point p) |
static String |
Tikz.point(Point p) |
| Modifier and Type | Method and Description |
|---|---|
void |
Path.addAll(Collection<Point> pts) |
| Constructor and Description |
|---|
Pixel(Integer id,
Integer chid,
int x,
int y,
Point p) |
Rectangle(Point topLeft,
Point bottomRight) |
Copyright © 2017. All rights reserved.