Class C3Color
- java.lang.Object
-
- org.dashbuilder.renderer.c3.client.jsbinding.C3Color
-
@JsType(isNative=true, namespace="<global>", name="Object") public class C3Color extends Object
-
-
Constructor Summary
Constructors Constructor Description C3Color()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPattern(String[] pattern)voidsetThreshold(C3Threshold threshold)
-
-
-
Method Detail
-
setPattern
@JsProperty public void setPattern(String[] pattern)
-
setThreshold
@JsProperty public void setThreshold(C3Threshold threshold)
-
-