@JsType(isNative=true)
public interface D3Projection
| Modifier and Type | Interface and Description |
|---|---|
static class |
D3Projection.Builder |
| Modifier and Type | Method and Description |
|---|---|
D3Projection |
geoCylindricalEqualArea() |
D3Projection |
geoMercator() |
D3Projection |
geoNaturalEarth2() |
D3Projection |
scale(double s) |
D3Projection |
translate(double[] xy) |
D3Projection geoNaturalEarth2()
D3Projection geoCylindricalEqualArea()
D3Projection geoMercator()
D3Projection scale(double s)
D3Projection translate(double[] xy)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.