Class ImageItem

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ImageItem.Alignment  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageItem​(org.locationtech.jts.geom.Coordinate position, int maxWidth, int maxHeight, java.lang.String imagePath, ImageItem.Alignment alignment)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void draw​(GeometryStyle geometryStyle, javafx.scene.canvas.GraphicsContext graphics2D, AdvancedShapeWriter shapeWriter)  
      • Methods inherited from class java.lang.Object

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

      • ImageItem

        public ImageItem​(org.locationtech.jts.geom.Coordinate position,
                         int maxWidth,
                         int maxHeight,
                         java.lang.String imagePath,
                         ImageItem.Alignment alignment)