Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultArc
-
Packages that use IsDefaultArc Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsDefaultArc in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return IsDefaultArc Modifier and Type Method Description protected IsDefaultArcArc. getDefaultElement()Methods in org.pepstock.charba.client.configuration that return types with arguments of type IsDefaultArc Modifier and Type Method Description protected AbstractElement<IsDefaultArc>Arc. getElement() -
Uses of IsDefaultArc in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return IsDefaultArc Modifier and Type Method Description IsDefaultArcIsDefaultElements. getArc()Returns ARC object defaults. -
Uses of IsDefaultArc in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultArc Modifier and Type Class Description classDefaultChartArcDefaults for arc option element, based on chart type. -
Uses of IsDefaultArc in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultArc Modifier and Type Class Description classDefaultArcCHART.JS default values for ARC element.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultArc Modifier and Type Method Description IsDefaultArcDefaultElements. getArc()Constructors in org.pepstock.charba.client.defaults.globals with parameters of type IsDefaultArc Constructor Description DefaultElements(IsDefaultArc arc, IsDefaultLine line, IsDefaultPoint point, IsDefaultBar bar)Creates the object using the inner elements are arguments. -
Uses of IsDefaultArc in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsDefaultArc Modifier and Type Class Description classArcArcs are used in the polar area, doughnut and pie charts.Constructors in org.pepstock.charba.client.options with parameters of type IsDefaultArc Constructor Description Arc(Elements elements, Key childKey, IsDefaultArc defaultValues, NativeObject nativeObject)Creates the object with the parent, the key of this element, default values and native object to map java script properties.
-