Interface D3PathGenerator
-
@JsType(isNative=true) public interface D3PathGenerator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classD3PathGenerator.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]centroid(Object path)D3PathGeneratorgeoPath()D3PathGeneratorprojection(D3Projection projection)
-
-
-
Method Detail
-
projection
D3PathGenerator projection(D3Projection projection)
-
geoPath
D3PathGenerator geoPath()
-
centroid
double[] centroid(Object path)
-
-