Class MapSegmentedImage

  • Direct Known Subclasses:
    PirateMapSegmentImage, TreasureMapSegmentImage

    public class MapSegmentedImage
    extends java.lang.Object
    Model of a map segment which is split up and not all parts may be available.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Nov 13, 2014
    • Constructor Summary

      Constructors 
      Constructor Description
      MapSegmentedImage​(java.lang.String imageName, javafx.geometry.Point2D location)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addSegment​(int index)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • MapSegmentedImage

        public MapSegmentedImage​(java.lang.String imageName,
                                 javafx.geometry.Point2D location)
    • Method Detail

      • addSegment

        public void addSegment​(int index)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object