public class Path extends Object implements Component
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
cmd |
String |
color |
(package private) Point |
offset |
Map<String,String> |
opts |
(package private) List<Point> |
points |
private static long |
serialVersionUID
The serial class ID
|
| Modifier and Type | Method and Description |
|---|---|
Path |
add(Point p) |
void |
addAll(Collection<Point> pts) |
Rectangle |
bounds() |
Range |
getRangeX() |
boolean |
isEmpty() |
Iterator<Point> |
iterator() |
List<Point> |
points() |
Path |
reverse() |
Path |
scale(double x,
double y) |
Path |
set(String key,
String val) |
Path |
shift(double x,
double y) |
int |
size() |
String |
toString() |
String |
toTikzString() |
private static final long serialVersionUID
public String color
final String cmd
Point offset
public void addAll(Collection<Point> pts)
public Path reverse()
public String toString()
public Path scale(double x, double y)
public Path shift(double x, double y)
public boolean isEmpty()
public int size()
public String toTikzString()
toTikzString in interface ComponentComponent.toTikzString()public Rectangle bounds()
bounds in interface ComponentComponent.bounds()public Range getRangeX()
Copyright © 2017. All rights reserved.