| Constructor and Description | 
|---|
LineSegment()  | 
LineSegment(JsonObject json)  | 
LineSegment(Point p1,
           Point p2)  | 
public LineSegment()
public LineSegment(JsonObject json)
public Point getP1()
public void setP1(Point p1)
public Point getP2()
public void setP2(Point p2)
public JsonObject toJson()
Copyright © 2020 Eclipse. All rights reserved.