public static class BitmapHeightMap.BitmapHeightMapBuilder
extends java.lang.Object
Constructor and Description |
---|
BitmapHeightMapBuilder() |
Modifier and Type | Method and Description |
---|---|
BitmapHeightMap |
now() |
BitmapHeightMap.BitmapHeightMapBuilder |
withChannel(int channel) |
BitmapHeightMap.BitmapHeightMapBuilder |
withFile(java.io.File file) |
BitmapHeightMap.BitmapHeightMapBuilder |
withImage(java.awt.image.BufferedImage image) |
BitmapHeightMap.BitmapHeightMapBuilder |
withName(java.lang.String name) |
BitmapHeightMap.BitmapHeightMapBuilder |
withRepeat(boolean repeat) |
public BitmapHeightMap.BitmapHeightMapBuilder withName(java.lang.String name)
public BitmapHeightMap.BitmapHeightMapBuilder withChannel(int channel)
public BitmapHeightMap.BitmapHeightMapBuilder withImage(java.awt.image.BufferedImage image)
public BitmapHeightMap.BitmapHeightMapBuilder withFile(java.io.File file)
public BitmapHeightMap.BitmapHeightMapBuilder withRepeat(boolean repeat)
public BitmapHeightMap now()