Uses of Class
org.nak.cleaning.object.Element

Packages that use Element
org.nak.cleaning   
org.nak.cleaning.map   
org.nak.cleaning.object   
 

Uses of Element in org.nak.cleaning
 

Subclasses of Element in org.nak.cleaning
 class VirtualRobot
          Robot in the simulator
 

Uses of Element in org.nak.cleaning.map
 

Fields in org.nak.cleaning.map with type parameters of type Element
 java.util.HashMap<java.awt.Point,Element> FieldMap.map
           
 

Methods in org.nak.cleaning.map that return Element
 Element FieldMap.pickUp(java.awt.Point p)
          Returns the result of picking up at the point p.
 Element FieldMap.sweep(java.awt.Point p)
          Returns the result of sweeping at the point p.
 Element FieldMap.wipe(java.awt.Point p)
          Returns the result of wiping at the point p.
 

Methods in org.nak.cleaning.map that return types with arguments of type Element
 java.util.HashMap<java.awt.Point,Element> FieldMap.getHashMap()
          Returns map data representing as (Concurrent)HashMap
 

Uses of Element in org.nak.cleaning.object
 

Subclasses of Element in org.nak.cleaning.object
 class ChargeStation
           
 class Dust
           
 class DustBin
          DustBin
 class EmptyCan
           
 class HouseMoss
           
 class Leaves
           
 class Litter
           
 class Obstacle
          Obstacle
 class OtherRobot
          Other robot in the map
 class Pile
           
 class PileOfJunk
           
 class Puddle
           
 class Sand