Interface D3.Scale
-
- Enclosing interface:
- D3
@JsType(isNative=true) public static interface D3.Scale
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringcall(D3.Scale self, Object... args)Object[]domain()D3.Scaledomain(Object[] domain)Object[]invertExtent(Object value)Object[]range()D3.Scalerange(Object[] colors)D3.ScalerangeRound(Object[] colors)
-