Uses of Class
org.pepstock.charba.client.callbacks.NativeCallback
-
Packages that use NativeCallback Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js.org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.IDplugin (AKAchartjs-plugin-labels.js) available for CHART.JS.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js) for CHART.js.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js) for CHART.js.org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js. -
-
Uses of NativeCallback in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type NativeCallback Modifier and Type Method Description voidUpdateConfiguration. setDelay(NativeCallback delayCallback)voidUpdateConfiguration. setDuration(NativeCallback durationCallback)voidUpdateConfiguration. setEasing(NativeCallback easingCallback)voidUpdateConfiguration. setLoop(NativeCallback loopCallback) -
Uses of NativeCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation with parameters of type NativeCallback Modifier and Type Method Description voidAbstractAnnotation. setAdjustScaleRange(NativeCallback adjustScaleRangeCallback)Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.voidAbstractAnnotation. setDisplay(NativeCallback displayCallback)Sets the callback to set whether the annotation should be displayed.voidArrow. setDisplay(NativeCallback displayCallback)Sets the callback to set whether the arrow head should be displayed.voidCallout. setDisplay(NativeCallback displayCallback)Sets the callback to set whether the label should be displayed.voidAbstractAnnotation. setDrawTime(NativeCallback drawTimeCallback)Sets the callback to set the draw time which defines when the annotations are drawn.voidLineAnnotation. setEndValue(NativeCallback valueCallback)Sets the callback to set the data value at which the line draw should end.voidArrow. setFill(NativeCallback fillCallback)Sets the callback to set whethertruewhether the arrow head must be closed and filled.voidArrow. setLength(NativeCallback lengthCallback)Sets the callback to set the amount of pixels of the length of the arrow head.voidCallout. setMargin(NativeCallback marginCallback)Sets the callback to set the amount of pixels between the label and the callout separator.voidPointAnnotation. setPointStyle(NativeCallback pointStyleCallback)Sets the point style callback.voidCallout. setPosition(NativeCallback positionCallback)Sets the callback to set the position of callout, with respect to the label.voidLabelAnnotation. setPosition(NativeCallback positionCallback)Sets the callback to set the anchor position of label on box.voidLineLabel. setPosition(NativeCallback positionCallback)Sets the callback to set the anchor position of label on line.voidLineLabel. setRotation(NativeCallback rotationCallback)Sets the callback to set the rotation of label in degrees.voidCallout. setSide(NativeCallback sideCallback)Sets the callback to set the width of the starter line of callout pointer.voidPolygonAnnotation. setSides(NativeCallback sidesCallback)Sets the callback to set the border sides.voidCallout. setStart(NativeCallback startCallback)Sets the callback to set the separator dimension to use as starting point for callout pointer.voidLineAnnotation. setValue(NativeCallback valueCallback)Sets the callback to set the left edge of the box, in units along the x axis.voidArrow. setWidth(NativeCallback widthCallback)Sets the callback to set the amount of pixels of the width of the arrow head.voidAbstractAnnotation. setXMax(NativeCallback valueCallback)Sets the callback to set the right edge of the annotation.voidAbstractAnnotation. setXMin(NativeCallback valueCallback)Sets the callback to set the left edge of the annotation, in units along the x axis.voidAbstractAnnotation. setYMax(NativeCallback valueCallback)Sets the callback to set the top edge of the annotation in units along the y axis.voidAbstractAnnotation. setYMin(NativeCallback valueCallback)Sets the callback to set the bottom edge of the annotation.voidAbstractAnnotation. setZ(NativeCallback zCallback)Sets the callback called to set the property determines the drawing stack level of the box annotation element. -
Uses of NativeCallback in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return NativeCallback Modifier and Type Method Description static NativeCallbackNativeCallback. create(String code)Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context.static NativeCallbackNativeCallback. create(String argument, String code)Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context. -
Uses of NativeCallback in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons with parameters of type NativeCallback Modifier and Type Method Description protected voidAbstractNode. setInternalCallbackToModel(AbstractNode model, Key key, NativeCallback callback)Adds a native callback function to a model at the specific key.protected voidNativeObjectContainer. setValue(Key key, NativeCallback value)Sets a value (native callback function) in the embedded JavaScript object at specific property.protected voidAbstractNode. setValueAndAddToParent(Key key, NativeCallback value)Sets a value (callback function) in the embedded JavaScript object at specific property.protected voidPropertyHandler. setValueAndAddToParent(Key key, NativeCallback value)Sets a value (callback function) in the embedded JavaScript object at specific property. -
Uses of NativeCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration with parameters of type NativeCallback Modifier and Type Method Description voidAxis. setAlignToPixels(NativeCallback alignToPixelsCallback)Sets the user callback that setstrueto align pixel values to device pixels.voidArc. setAngle(NativeCallback angleCallback)Sets the angle callback.voidRadialPointLabels. setBackdropColor(NativeCallback backdropColorCallback)Sets the backdrop color callback.voidAxis. setBackgroundColor(NativeCallback backgroundColorCallback)Sets the background color callback.voidSegment. setBackgroundColor(NativeCallback backgroundColorCallback)Sets the background color callback.voidArc. setBorderAlign(NativeCallback borderAlignCallback)Sets the border align callback.voidLine. setBorderCapStyle(NativeCallback borderCapStyleCallback)Sets the border capstyle callback.voidSegment. setBorderCapStyle(NativeCallback borderCapStyleCallback)Sets the border cap-style callback.voidSegment. setBorderColor(NativeCallback borderColorCallback)Sets the border color callback.voidLine. setBorderDash(NativeCallback borderDashCallback)Sets the border dash callback.voidRadialAngleLines. setBorderDash(NativeCallback borderDashCallback)Sets the border dash callback when element is hovered.voidSegment. setBorderDash(NativeCallback borderDashCallback)Sets the border dash callback.voidLine. setBorderDashOffset(NativeCallback borderDashOffsetCallback)Sets the border dash offset callback.voidRadialAngleLines. setBorderDashOffset(NativeCallback borderDashOffsetCallback)Sets the border dash offset callback instance.voidSegment. setBorderDashOffset(NativeCallback borderDashOffsetCallback)Sets the border dash callback.voidArc. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join style callback.voidLine. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join style callback.voidSegment. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join-style callback.voidArc. setBorderRadius(NativeCallback borderRadiusCallback)Sets the border radius callback.voidBar. setBorderRadius(NativeCallback borderRadiusCallback)Sets the border radius callback.voidRadialPointLabels. setBorderRadius(NativeCallback borderRadiusCallback)Sets the callback to set the border radius.voidBar. setBorderSkipped(NativeCallback borderSkippedCallback)Sets the border skipped callback.voidSegment. setBorderWidth(NativeCallback borderWidthCallback)Sets the border width callback.voidCartesianAxis. setBounds(NativeCallback boundsCallback)Sets the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).voidRadialPointLabels. setColor(NativeCallback colorCallback)Sets the color callback.default voidIsLinearTick. setCount(NativeCallback countCallback)Sets the count callback instance.voidLine. setCubicInterpolationMode(NativeCallback cubicInterpolationModeCallback)Sets the cubic interpolation mode callback.voidAxisBorder. setDash(NativeCallback borderDashCallback)Sets the border dash callback instance.voidAxisBorder. setDashOffset(NativeCallback borderDashOffsetCallback)Sets the border dash offset callback instance.voidAnimation. setDelay(NativeCallback delayCallback)Sets the delay before starting the animations by a callback.voidAxis. setDisplay(NativeCallback displayCallback)Sets the user callback that sets if the axis will be shown.voidAnimation. setDuration(NativeCallback durationCallback)Sets the number of milliseconds an animation takes by a callback.voidAnimation. setEasing(NativeCallback easingCallback)Sets the animation easing by a callback.voidBar. setEnableBorderRadius(NativeCallback enableBorderRadiusCallback)Sets the enable border radius callback.voidLine. setFill(NativeCallback fillCallback)Sets the fill callback.voidRadialPointLabels. setFont(NativeCallback fontCallback)Sets the font callback.voidCartesianLinearAxis. setGrace(NativeCallback graceCallback)Sets the user callback that sets the value in pixels is added to the maximum data value and subtracted from the minimum data.voidPoint. setHitRadius(NativeCallback hitRadiusCallback)Sets the hit radius callback.voidArc. setHoverBorderJoinStyle(NativeCallback hoverBorderJoinStyleCallback)Sets the hover border join style callback.voidBar. setHoverBorderRadius(NativeCallback hoverBorderRadiusCallback)Sets the border radius callback, when hovered.voidArc. setHoverOffset(NativeCallback hoverOffsetCallback)Sets the offset callback, when hovered.voidPoint. setHoverRadius(NativeCallback hoverRadiusCallback)Sets the hover radius callback.voidBar. setInflateAmount(NativeCallback inflateAmountCallback)Sets the inflate amount callback.voidAnimation. setLoop(NativeCallback loopCallback)Sets to loop the animations endlessly by a callback.default voidIsLinearTick. setMaxTicksLimit(NativeCallback maxTicksLimitCallback)Sets the maxTicksLimit callback instance.default voidIsNumericTick. setNumberFormat(NativeCallback numberFormatCallback)Sets the number formatting options.voidArc. setOffset(NativeCallback offsetCallback)Sets the offset callback.voidCartesianAxis. setOffset(NativeCallback offsetCallback)Sets the user callback that sets the added extra space to the both edges and the axis is scaled to fit in the chart area.voidLayout. setPadding(NativeCallback paddingCallback)Sets the padding callback.voidRadialPointLabels. setPadding(NativeCallback paddingCallback)Sets the padding callback.voidBar. setPointStyle(NativeCallback pointStyleCallback)Sets the point style callback.voidPoint. setPointStyle(NativeCallback pointStyleCallback)Sets the point style callback.voidCartesianAxis. setPosition(NativeCallback positionCallback)Sets the user callback that sets the axis position on the chart.default voidIsLinearTick. setPrecision(NativeCallback precisionCallback)Sets the precision callback instance.voidPoint. setRadius(NativeCallback radiusCallback)Sets the radius callback.voidAxis. setReverse(NativeCallback reverseCallback)Sets the user callback that sets the reversed order of tick labels.voidPoint. setRotation(NativeCallback rotationCallback)Sets the rotation callback.voidCartesianAxis. setStack(NativeCallback stackCallback)Sets the user callback that sets the stack group.voidCartesianAxis. setStacked(NativeCallback stackedCallback)Sets the user callback that sets if the axis are stacked or not.voidCartesianAxis. setStackWeight(NativeCallback stackWeightCallback)Sets the user callback that sets the weight of the scale in stack group.voidRadialAxis. setStartAngle(NativeCallback startAngleCallback)Sets the user callback that sets the starting angle to draw arcs for the first item in a data set.voidLine. setStepped(NativeCallback steppedCallback)Sets the stepped callback.voidCartesianTimeTick. setStepSize(NativeCallback stepSizeCallback)Sets the stepSize callback instance.default voidIsLinearTick. setStepSize(NativeCallback stepSizeCallback)Sets the stepSize callback instance.voidGrid. setTickBorderDashOffset(NativeCallback tickBorderDashOffsetCallback)Sets the tick border dash offset callback instance.voidGrid. setTickColor(NativeCallback tickColorCallback)Sets the tick color callback instance.voidGrid. setTickWidth(NativeCallback tickWidthCallback)Sets the tick width callback instance.voidAxis. setWeight(NativeCallback weightCallback)Sets the user callback that sets the weight used to sort the axis. -
Uses of NativeCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data with parameters of type NativeCallback Modifier and Type Method Description voidDataset. setBackgroundColor(NativeCallback backgroundColorCallback)Sets the background color callback.voidBarDataset. setBase(NativeCallback baseCallback)Sets the base callback.voidLiningDataset. setBorderCapStyle(NativeCallback borderCapStyleCallback)Sets the border cap style callback.voidDataset. setBorderColor(NativeCallback borderColorCallback)Sets the border color callback.voidLiningDataset. setBorderDash(NativeCallback borderDashCallback)Sets the border dash callback.voidLiningDataset. setBorderDashOffset(NativeCallback borderDashOffsetCallback)Sets the border dash offset callback.voidLiningDataset. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join style callback.voidPieDataset. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join style callback.voidPolarAreaDataset. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join style callback.voidBarDataset. setBorderRadius(NativeCallback borderRadiusCallback)Sets the border radius callback.voidPieDataset. setBorderRadius(NativeCallback borderRadiusCallback)Sets the border radius callback.voidBarDataset. setBorderSkipped(NativeCallback borderSkippedCallback)Sets the border skipped callback.voidBarDataset. setBorderWidth(NativeCallback borderWidthCallback)Sets the border width callback.voidHoverDataset. setBorderWidth(NativeCallback borderWidthCallback)Sets the border width callback.voidLiningDataset. setBorderWidth(NativeCallback borderWidthCallback)Sets the border width callback.voidPolarAreaDataset. setCircular(NativeCallback circularCallback)Setstrueif the arc is curvedvoidLineDataset. setCubicInterpolationMode(NativeCallback cubicInterpolationModeCallback)Sets the border join style callback.voidBubbleDataset. setDrawActiveElementsOnTop(NativeCallback drawActiveElementsOnTopCallback)Sets the callback, if draws the active points of a dataset over the other points of the dataset.voidLiningDataset. setDrawActiveElementsOnTop(NativeCallback drawActiveElementsOnTopCallback)Sets the callback, if draws the active points of a dataset over the other points of the dataset.voidBarDataset. setEnableBorderRadius(NativeCallback enableBorderRadiusCallback)Sets the enable border radius callback.voidLiningDataset. setFill(NativeCallback fillCallback)Sets the fill callback.voidScatterDataset. setFill(NativeCallback fillCallback)voidBubbleDataset. setHitRadius(NativeCallback hitRadiusCallback)Sets the hit radius callback.voidDataset. setHoverBackgroundColor(NativeCallback hoverBackgroundColorCallback)Sets the hover background color callback.voidLiningDataset. setHoverBorderCapStyle(NativeCallback borderCapStyleCallback)Sets the border cap style callback when element is hovered.voidDataset. setHoverBorderColor(NativeCallback hoverBorderColorCallback)Sets the hover border color callback.voidLiningDataset. setHoverBorderDash(NativeCallback borderDashCallback)Sets the border dash callback when element is hovered.voidLiningDataset. setHoverBorderDashOffset(NativeCallback borderDashOffsetCallback)Sets the border dash offset callback when element is hovered.voidLiningDataset. setHoverBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join style callback when element is hovered.voidPieDataset. setHoverBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join style callback when element is hovered.voidPolarAreaDataset. setHoverBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join style callback when element is hovered.voidBarDataset. setHoverBorderRadius(NativeCallback hoverBorderRadiusCallback)Sets the border radius callback, when hovered.voidBarDataset. setHoverBorderWidth(NativeCallback hoverBorderWidthCallback)Sets the hover border width callback.voidLiningDataset. setHoverBorderWidth(NativeCallback hoverBorderWidthCallback)Sets the hover border width callback.voidPieDataset. setHoverOffset(NativeCallback hoverOffsetCallback)Sets the offset callback, when dataset is hovered.voidBubbleDataset. setHoverRadius(NativeCallback hoverRadiusCallback)Sets the hover radius callback.voidBarDataset. setInflateAmount(NativeCallback inflateAmountCallback)Sets the inflate amount callback.voidPieDataset. setOffset(NativeCallback offsetCallback)Sets the offset callback.voidLiningDataset. setPointBackgroundColor(NativeCallback pointBackgroundColorCallback)Sets the point background color callback.voidLiningDataset. setPointBorderColor(NativeCallback pointBorderColorCallback)Sets the point border color callback.voidLiningDataset. setPointBorderWidth(NativeCallback pointBorderWidthCallback)Sets the point border width callback.voidLiningDataset. setPointHitRadius(NativeCallback pointHitRadiusCallback)Sets the point hit radius callback.voidLiningDataset. setPointHoverBackgroundColor(NativeCallback pointHoverBackgroundColorCallback)Sets the point hover background color callback.voidLiningDataset. setPointHoverBorderColor(NativeCallback pointHoverBorderColorCallback)Sets the point hover border color callback.voidLiningDataset. setPointHoverBorderWidth(NativeCallback pointHoverBorderWidthCallback)Sets the point hover border width callback.voidLiningDataset. setPointHoverRadius(NativeCallback pointHoverRadiusCallback)Sets the point hover radius callback.voidLiningDataset. setPointRadius(NativeCallback pointRadiusCallback)Sets the point radius callback.voidLiningDataset. setPointRotation(NativeCallback pointRotationCallback)Sets the point rotation callback.voidBarDataset. setPointStyle(NativeCallback pointStyleCallback)Sets the point style callback.voidBubbleDataset. setRadius(NativeCallback radiusCallback)Sets the radius callback.voidBubbleDataset. setRotation(NativeCallback rotationCallback)Sets the rotation callback.voidLineDataset. setStepped(NativeCallback steppedCallback)Sets the stepped callback. -
Uses of NativeCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels with parameters of type NativeCallback Modifier and Type Method Description voidLabelItem. setAlign(NativeCallback alignCallback)Sets the align callback.voidLabelItem. setAnchor(NativeCallback anchorCallback)Sets the anchor callback.voidLabelItem. setBackgroundColor(NativeCallback backgroundColorCallback)Sets the background color callback.voidLabelItem. setBorderColor(NativeCallback borderColorCallback)Sets the border color callback.voidLabelItem. setBorderRadius(NativeCallback borderRadiusCallback)Sets the border radius callback.voidLabelItem. setBorderWidth(NativeCallback borderWidthCallback)Sets the border width callback.voidLabelItem. setClamp(NativeCallback clampCallback)Sets the clamp callback.voidLabelItem. setClip(NativeCallback clipCallback)Sets the clip callback.voidLabelItem. setColor(NativeCallback colorCallback)Sets the color callback.voidLabelItem. setDisplay(NativeCallback displayCallback)Sets the display callback.voidLabelItem. setFont(NativeCallback fontCallback)Sets the font callback.voidLabelItem. setOffset(NativeCallback offsetCallback)Sets the offset callback.voidLabelItem. setOpacity(NativeCallback opacityCallback)Sets the opacity callback.voidLabelItem. setPadding(NativeCallback paddingCallback)Sets the padding callback.voidLabelItem. setRotation(NativeCallback rotationCallback)Sets the rotation callback.voidLabelItem. setTextAlign(NativeCallback textAlignCallback)Sets the text align callback.voidLabelItem. setTextShadowBlur(NativeCallback textShadowBlurCallback)Sets the text shadow blur callback.voidLabelItem. setTextShadowColor(NativeCallback textShadowColorCallback)Sets the text shadow color callback.voidLabelItem. setTextStrokeColor(NativeCallback textStrokeColorCallback)Sets the text stroke color callback.voidLabelItem. setTextStrokeWidth(NativeCallback textStrokeWidthCallback)Sets the text stroke width callback. -
Uses of NativeCallback in org.pepstock.charba.client.impl.charts
Methods in org.pepstock.charba.client.impl.charts with parameters of type NativeCallback Modifier and Type Method Description voidMeterDataset. setBackgroundColor(NativeCallback backgroundColorCallback)voidMeterDataset. setBorderColor(NativeCallback borderColorCallback)voidMeterDataset. setHoverBackgroundColor(NativeCallback hoverBackgroundColorCallback)voidMeterDataset. setHoverBorderColor(NativeCallback hoverBorderColorCallback) -
Uses of NativeCallback in org.pepstock.charba.client.labels
Methods in org.pepstock.charba.client.labels with parameters of type NativeCallback Modifier and Type Method Description voidLabel. setColor(NativeCallback colorCallback)Sets the font color callback.voidLabel. setFont(NativeCallback fontCallback)Sets the font callback.voidLabel. setRender(NativeCallback renderCallback)Sets the render callback. -
Uses of NativeCallback in org.pepstock.charba.client.matrix
Methods in org.pepstock.charba.client.matrix with parameters of type NativeCallback Modifier and Type Method Description voidMatrixDataset. setBorderRadius(NativeCallback borderRadiusCallback)Sets the callback to set the border radius (in pixels).voidMatrixDataset. setBorderWidth(NativeCallback borderWidthCallback)Sets the callback to set the border width (in pixels).voidMatrixDataset. setHeight(NativeCallback heightCallback)Sets the height callback to set the height of matrix element in pixels.voidMatrixDataset. setHoverBorderWidth(NativeCallback hoverBorderWidthCallback)Sets the callback to set the border width (in pixels), when hovered.voidMatrixDataset. setWidth(NativeCallback widthCallback)Sets the width callback to set the width of matrix element in pixels. -
Uses of NativeCallback in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options with parameters of type NativeCallback Modifier and Type Method Description voidExtendedOptions. setCallback(ConfigurationEnvelop<AbstractNode> envelop, Key property, NativeCallback callback)Adds a native callback function to a element node instance.voidExtendedScale. setCallback(ConfigurationEnvelop<AbstractNode> envelop, Key property, NativeCallback callback)Adds a native callback function to a element node instance.protected voidAbstractModel. setCallbackToModel(AbstractNode model, Key key, NativeCallback callback)Adds a native callback function to a model at the specific key.voidIsAnimation. setDelay(NativeCallback delayCallback)Sets the delay before starting the animations by a callback.voidIsAnimation. setDuration(NativeCallback durationCallback)Sets the number of milliseconds an animation takes by a callback.voidIsAnimation. setEasing(NativeCallback easingCallback)Sets the animation easing by a callback.voidIsScriptableFontProvider. setFont(NativeCallback fontCallback)Sets the font callback.voidAnimationCollection. setFrom(NativeCallback fromCallback)Sets the start value for the animation by a callback.voidIsAnimation. setLoop(NativeCallback loopCallback)Sets to loop the animations endlessly by a callback.voidIsScriptablePaddingProvider. setPadding(NativeCallback paddingCallback)Sets the padding callback.voidAnimationCollection. setTo(NativeCallback toCallback)Sets the end value for the animation by a callback. -
Uses of NativeCallback in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey with parameters of type NativeCallback Modifier and Type Method Description voidSankeyDataset. setColorFrom(NativeCallback colorCallback)Sets the color "from" callback.voidSankeyDataset. setColorMode(NativeCallback colorModeCallback)Sets the color mode callback.voidSankeyDataset. setColorTo(NativeCallback colorCallback)Sets the color "to" callback.voidSankeyDataset. setFont(NativeCallback fontCallback)Sets the font callback.voidSankeyDataset. setHoverColorFrom(NativeCallback colorCallback)Sets the color "from" callback when hovered.voidSankeyDataset. setHoverColorTo(NativeCallback colorCallback)Sets the color "to" callback when hovered.voidSankeyDataset. setPadding(NativeCallback paddingCallback)Sets the padding callback.voidSankeyDataset. setSize(NativeCallback sizeCallback)Sets the size callback. -
Uses of NativeCallback in org.pepstock.charba.client.treemap
Methods in org.pepstock.charba.client.treemap with parameters of type NativeCallback Modifier and Type Method Description voidTreeMapDataset. setBorderRadius(NativeCallback borderRadiusCallback)Sets the border radius callback.voidCaptions. setColor(NativeCallback colorCallback)Sets the color callback.voidLabels. setColor(NativeCallback colorCallback)Sets the color callback.voidCaptions. setFont(NativeCallback fontCallback)Sets the font callback.voidLabels. setFont(NativeCallback fontCallback)Sets the font callback.voidCaptions. setHoverColor(NativeCallback hoverColorCallback)Sets the hover color callback.voidLabels. setHoverColor(NativeCallback hoverColorCallback)Sets the hover color callback.voidCaptions. setHoverFont(NativeCallback hoverFontCallback)Sets the hover font callback.voidLabels. setHoverFont(NativeCallback hoverFontCallback)Sets the hover font callback.voidLabels. setOverflow(NativeCallback overflowCallback)Sets the overflow callback.voidLabels. setPosition(NativeCallback positionCallback)Sets the position callback. -
Uses of NativeCallback in org.pepstock.charba.client.zoom
Methods in org.pepstock.charba.client.zoom with parameters of type NativeCallback Modifier and Type Method Description voidAbstractConfigurationItem. setMode(NativeCallback modeCallback)Sets the element (panning or zooming) directions callback, to set the mode at runtime.voidAbstractConfigurationItem. setOverScaleMode(NativeCallback modeCallback)Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scalevoidAbstractConfigurationItem. setScaleMode(NativeCallback modeCallback)Sets the element directions callback, to enable panning over a scale for that axis (regardless of mode).
-