Uses of Interface
math.geom2d.circulinear.buffer.JoinFactory

Packages that use JoinFactory
math.geom2d.circulinear.buffer Computation of buffer for circulinear shapes. 
 

Uses of JoinFactory in math.geom2d.circulinear.buffer
 

Classes in math.geom2d.circulinear.buffer that implement JoinFactory
 class BevelJoinFactory
           
 class MiterJoinFactory
           
 class RoundJoinFactory
           
 

Constructors in math.geom2d.circulinear.buffer with parameters of type JoinFactory
BufferCalculator(JoinFactory joinFactory, CapFactory capFactory)
          Creates a new buffer calculator with specific join and cap factories.