Uses of Interface
hmi.graphics.scenegraph.GNode.Predicate

Packages that use GNode.Predicate
hmi.graphics.scenegraph The HmiGraphics scenegraph package contains code for graphics scenegraphs in a render platform independent way, and also independent from a particular graphics file format. 
 

Uses of GNode.Predicate in hmi.graphics.scenegraph
 

Methods in hmi.graphics.scenegraph with parameters of type GNode.Predicate
 List<GNode> GNode.selectGNodes(GNode.Predicate select)
          Selects recursively all child GNodes that satisfy the predicate
 List<GNode> GNode.selectGNodes(GNode.Predicate select, GNode.Predicate prune)
          Selects recursively child GNodes that satisfy the predicate.
 List<GNode> GNode.selectGNodes(GNode.Predicate select, GNode.Predicate prune, ArrayList<GNode> list)
          Selects recursively child GNodes that satisfy the predicate.