public class PerpendicularOperationContext extends GeometryOperationContext
Modifier and Type | Field and Description |
---|---|
static String |
PERPENDICULAR_POINT |
static 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, setAttribute
public static final String SECOND_POINT
public static final String PERPENDICULAR_POINT