Uses of Class
at.tuwien.ifs.somtoolbox.visualization.thematicmap.Segment

Packages that use Segment
at.tuwien.ifs.somtoolbox.visualization.thematicmap Contains helper classes used by the ThematicClassMapVisualizer
 

Uses of Segment in at.tuwien.ifs.somtoolbox.visualization.thematicmap
 

Fields in at.tuwien.ifs.somtoolbox.visualization.thematicmap declared as Segment
(package private)  Segment SegDistComperator.segment
           
 

Fields in at.tuwien.ifs.somtoolbox.visualization.thematicmap with type parameters of type Segment
(package private)  ArrayList<Segment> SOMRegion.segments
           
 

Methods in at.tuwien.ifs.somtoolbox.visualization.thematicmap with parameters of type Segment
 void SOMRegion.addSegment(Segment seg)
           
 void SOMRegion.assignClassGrids(SOMClass clss, Segment seg, double anteilVonAnteil, double weight1, double weight2)
           
 

Constructors in at.tuwien.ifs.somtoolbox.visualization.thematicmap with parameters of type Segment
SegDistComperator(Segment segment, double weight1, double weight2)
          Creates a new instance of SegDistComperator