| Package | Description |
|---|---|
| org.davidmoten.hilbert |
| Modifier and Type | Method and Description |
|---|---|
static HilbertCurveRenderer.Option |
HilbertCurveRenderer.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HilbertCurveRenderer.Option[] |
HilbertCurveRenderer.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
HilbertCurveRenderer.render(int bits,
int width,
HilbertCurveRenderer.Option... options) |
static void |
HilbertCurveRenderer.renderToFile(int bits,
int width,
String filename,
HilbertCurveRenderer.Option... options) |
Copyright © 2013–2020. All rights reserved.