Interface D3Projection
-
@JsType(isNative=true) public interface D3Projection
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classD3Projection.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description D3ProjectiongeoCylindricalEqualArea()D3ProjectiongeoMercator()D3ProjectiongeoNaturalEarth2()D3Projectionscale(double s)D3Projectiontranslate(double[] xy)
-
-
-
Method Detail
-
geoNaturalEarth2
D3Projection geoNaturalEarth2()
-
geoCylindricalEqualArea
D3Projection geoCylindricalEqualArea()
-
geoMercator
D3Projection geoMercator()
-
scale
D3Projection scale(double s)
-
translate
D3Projection translate(double[] xy)
-
-