Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.eireneh.bible.control.map.Rule

Uses of Rule in com.eireneh.bible.control.map
 

Classes in com.eireneh.bible.control.map that implement Rule
 class AbstractRule
          AbstractRule.
 class AntiGravityRule
          AntiGravityRule.
 class BoundsRule
          BoundsRule implements Rule and attempts to move the Node within the space (0, 0, _) to (1, 1, _).
 class BrownianRule
          BrownianRule.
 class DefraggingRule
          DefraggingRule attempts to keep all the nodes in straight lines.
 class FrictionRule
          FrictionRule simply tries to make the nodes stay where they are.
 class LinkAttractionRule
          LinkAttractionRule.
 

Methods in com.eireneh.bible.control.map with parameters of type Rule
 void Map.applyRules(Rule[] rules)
          Apply the rules to the map.