artoflife pre0.1.0-dev

Uses of Interface
org.artoflife.gui.population.RecordPositionPolicy

Packages that use RecordPositionPolicy
org.artoflife.gui.population Contains the central PopulationView with required support classes in order to provide a JComponent view on a Population of Individuals that use PaintablePhenotypes. 
org.artoflife.gui.scope Contains Scope-dependent GUI classes including a panel bound to an Individual property that paints its PaintablePhenotype, and a PopulationView bound to a Population property. 
 

Uses of RecordPositionPolicy in org.artoflife.gui.population
 

Classes in org.artoflife.gui.population that implement RecordPositionPolicy
 class FreeVerticalFitnessPolicy
          A RecordPositionPolicy that positions individuals vertically by their Fitness (higher is fitter), but does not enforce a rigid horizontal position policy.
 class VerticalFitnessPolicy
          A RecordPositionPolicy that positions Individuals vertically according to their Fitness (scaled to some range) and horizontally by record index with a constant individual width to fit the population's ideal size across the entire width of the parent view.
 

Fields in org.artoflife.gui.population declared as RecordPositionPolicy
protected  RecordPositionPolicy PopulationView.positionPolicy
          Helper to maintain IndividualRecord positions within the view.
 

Methods in org.artoflife.gui.population with parameters of type RecordPositionPolicy
 void PopulationView.setPositionPolicy(RecordPositionPolicy policy)
           
 

Uses of RecordPositionPolicy in org.artoflife.gui.scope
 

Constructors in org.artoflife.gui.scope with parameters of type RecordPositionPolicy
PopulationPanel(RecordPositionPolicy positionPolicy)
          Must create with a policy for positioning Individuals in the view.
 


artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.