Class TilemapPlotOptions

    • Constructor Detail

      • TilemapPlotOptions

        public TilemapPlotOptions()
    • Method Detail

      • getTileShape

        public String getTileShape()
        Returns the shape of the tiles in the tilemap. Possible values are hexagon, circle, diamond, and square.

        Default: "hexagon"

      • setTileShape

        public void setTileShape​(String tileShape)
        Sets the shape of the tiles in the tilemap. Possible values are hexagon, circle, diamond, and square.