math.geom2d.circulinear.buffer
Class BevelJoinFactory

java.lang.Object
  extended by math.geom2d.circulinear.buffer.BevelJoinFactory
All Implemented Interfaces:
JoinFactory

public class BevelJoinFactory
extends java.lang.Object
implements JoinFactory

Author:
dlegland

Constructor Summary
BevelJoinFactory()
           
 
Method Summary
 LineSegment2D createJoin(CirculinearElement2D curve1, CirculinearElement2D curve2, double dist)
          Creates a join between the parallels of two curves at the specified distance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BevelJoinFactory

public BevelJoinFactory()
Method Detail

createJoin

public LineSegment2D createJoin(CirculinearElement2D curve1,
                                CirculinearElement2D curve2,
                                double dist)
Description copied from interface: JoinFactory
Creates a join between the parallels of two curves at the specified distance. The first point of curve2 is assumed to be the last point of curve1.

Specified by:
createJoin in interface JoinFactory