public class PerpendicularOperationContext extends GeometryOperationContext
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PERPENDICULAR_POINT |
static java.lang.String |
SECOND_POINT |
| Constructor and Description |
|---|
PerpendicularOperationContext(Point secondPoint,
Point perpendicularPoint) |
| Modifier and Type | Method and Description |
|---|---|
Point |
getPerpendicularPoint() |
Point |
getSecondPoint() |
void |
setPerpendicularPoint(Point perpendicularPoint) |
void |
setSecondPoint(Point secondPoint) |
getAttribute, setAttributepublic static final java.lang.String SECOND_POINT
public static final java.lang.String PERPENDICULAR_POINT