Interface Obstacle2D

  • All Implemented Interfaces:
    it.unibo.alchemist.model.Obstacle , java.awt.Shape , java.io.Serializable

    
    public interface Obstacle2D<V extends Vector2D<V>>
     implements Obstacle<V>, Shape
                        

    An Obstacle in a bidimensional space.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.model.Obstacle

        getId, nearestIntersection, next
      • Methods inherited from class java.awt.Shape

        contains, getBounds, getBounds2D, getPathIterator, intersects
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail