Uses of Class
za.co.luma.geom.Segment

Packages that use Segment
za.co.luma.geom Contains classes for representing simple geometric types, such as points / vectors and segments. 
 

Uses of Segment in za.co.luma.geom
 

Methods in za.co.luma.geom that return types with arguments of type Segment
 java.util.Iterator<Segment> SegmentSet.iterator()
          Returns an ierator for this SegmentSet.
 

Methods in za.co.luma.geom with parameters of type Segment
 boolean SegmentSet.add(Segment segment)
          Adds a new Segment to this SegementSet.
 

Method parameters in za.co.luma.geom with type arguments of type Segment
 boolean SegmentSet.addAll(java.util.Collection<? extends Segment> c)
          Adss all the Segments in the given collection to this SegmentSet.