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 SummaryConstructors
- 
Method SummaryModifier 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
- 
addNewRowpublic void addNewRow()
- 
addNewRow
- 
getVectorTileClose and get theVectorTile.- Returns:
- The VectorTile.
 
- 
setStitchTilespublic void setStitchTiles(boolean b) 
- 
closepublic void close()Close the bottom layer of this object.- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
 
- 
getMaxXOffsetpublic int getMaxXOffset()
- 
getMaxYOffsetpublic int getMaxYOffset()
 
-