public class PathSegment extends Object
| Constructor and Description |
|---|
PathSegment(float x1,
float y1,
float x2,
float y2) |
| Modifier and Type | Method and Description |
|---|---|
float |
getX1() |
float |
getX2() |
float |
getY1() |
float |
getY2() |
void |
setX1(float x1) |
void |
setX2(float x2) |
void |
setY1(float y1) |
void |
setY2(float y2) |
Copyright © 2016. All rights reserved.