Class EnclosedVectorTileGroup
java.lang.Object
com.github.basking2.sdsai.marchinesquares.EnclosedVectorTileGroup
- All Implemented Interfaces:
Closeable,AutoCloseable
This performs much the same function as the
VectorTileGroup but surrounding the shape with a constant field.
The effect is that all edges should be closed.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEast(VectorTile east) voidvoidaddNewRow(VectorTile newTile) voidclose()Close the bottom layer of this object.intintClose and get theVectorTile.voidsetStitchTiles(boolean b)
-
Constructor Details
-
EnclosedVectorTileGroup
-
-
Method Details
-
addEast
-
addNewRow
public void addNewRow() -
addNewRow
-
getVectorTile
Close and get theVectorTile.- Returns:
- The
VectorTile.
-
setStitchTiles
public void setStitchTiles(boolean b) -
close
public void close()Close the bottom layer of this object.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getMaxXOffset
public int getMaxXOffset() -
getMaxYOffset
public int getMaxYOffset()
-