Uses of Class
com.storedobject.svg.Line
Packages that use Line
-
Uses of Line in com.storedobject.svg
Methods in com.storedobject.svg that return LineModifier and TypeMethodDescriptionLine.from(double x1, double y1) Set the start point.Set the start point.static LineLine.of(double x1, double y1, double x2, double y2) Create a line.static LineCreate a line.Line.to(double x2, double y2) Set the end point.Set the end point.Line.x1(double x1) Set the start X coordinate.Line.x2(double x2) Set the end X coordinate.Line.y1(double y1) Set the start Y coordinate.Line.y2(double y2) Set the end Y coordinate.