Class JGraphTreeLayout.PolyLine
java.lang.Object
com.jgraph.layout.tree.JGraphTreeLayout.PolyLine
- Enclosing class:
JGraphTreeLayout
ADT of a straight part of a polyline
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PolyLine
public PolyLine(double dx) Create a new polyline- Parameters:
dx- the length of this section
-