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.ID
plugin (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.ID
plugin (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.ID
plugin (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.ID
plugin (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 void
UpdateConfiguration. setDelay(NativeCallback delayCallback)
void
UpdateConfiguration. setDuration(NativeCallback durationCallback)
void
UpdateConfiguration. setEasing(NativeCallback easingCallback)
void
UpdateConfiguration. 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 void
AbstractAnnotation. setAdjustScaleRange(NativeCallback adjustScaleRangeCallback)
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.void
AbstractAnnotation. setDisplay(NativeCallback displayCallback)
Sets the callback to set whether the annotation should be displayed.void
Arrow. setDisplay(NativeCallback displayCallback)
Sets the callback to set whether the arrow head should be displayed.void
Callout. setDisplay(NativeCallback displayCallback)
Sets the callback to set whether the label should be displayed.void
AbstractAnnotation. setDrawTime(NativeCallback drawTimeCallback)
Sets the callback to set the draw time which defines when the annotations are drawn.void
LineAnnotation. setEndValue(NativeCallback valueCallback)
Sets the callback to set the data value at which the line draw should end.void
Arrow. setFill(NativeCallback fillCallback)
Sets the callback to set whethertrue
whether the arrow head must be closed and filled.void
Arrow. setLength(NativeCallback lengthCallback)
Sets the callback to set the amount of pixels of the length of the arrow head.void
Callout. setMargin(NativeCallback marginCallback)
Sets the callback to set the amount of pixels between the label and the callout separator.void
PointAnnotation. setPointStyle(NativeCallback pointStyleCallback)
Sets the point style callback.void
Callout. setPosition(NativeCallback positionCallback)
Sets the callback to set the position of callout, with respect to the label.void
LabelAnnotation. setPosition(NativeCallback positionCallback)
Sets the callback to set the anchor position of label on box.void
LineLabel. setPosition(NativeCallback positionCallback)
Sets the callback to set the anchor position of label on line.void
LineLabel. setRotation(NativeCallback rotationCallback)
Sets the callback to set the rotation of label in degrees.void
Callout. setSide(NativeCallback sideCallback)
Sets the callback to set the width of the starter line of callout pointer.void
PolygonAnnotation. setSides(NativeCallback sidesCallback)
Sets the callback to set the border sides.void
Callout. setStart(NativeCallback startCallback)
Sets the callback to set the separator dimension to use as starting point for callout pointer.void
LineAnnotation. setValue(NativeCallback valueCallback)
Sets the callback to set the left edge of the box, in units along the x axis.void
Arrow. setWidth(NativeCallback widthCallback)
Sets the callback to set the amount of pixels of the width of the arrow head.void
AbstractAnnotation. setXMax(NativeCallback valueCallback)
Sets the callback to set the right edge of the annotation.void
AbstractAnnotation. setXMin(NativeCallback valueCallback)
Sets the callback to set the left edge of the annotation, in units along the x axis.void
AbstractAnnotation. setYMax(NativeCallback valueCallback)
Sets the callback to set the top edge of the annotation in units along the y axis.void
AbstractAnnotation. setYMin(NativeCallback valueCallback)
Sets the callback to set the bottom edge of the annotation.void
AbstractAnnotation. 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 NativeCallback
NativeCallback. 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 NativeCallback
NativeCallback. 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 void
AbstractNode. setInternalCallbackToModel(AbstractNode model, Key key, NativeCallback callback)
Adds a native callback function to a model at the specific key.protected void
NativeObjectContainer. setValue(Key key, NativeCallback value)
Sets a value (native callback function) in the embedded JavaScript object at specific property.protected void
AbstractNode. setValueAndAddToParent(Key key, NativeCallback value)
Sets a value (callback function) in the embedded JavaScript object at specific property.protected void
PropertyHandler. 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 void
Axis. setAlignToPixels(NativeCallback alignToPixelsCallback)
Sets the user callback that setstrue
to align pixel values to device pixels.void
Arc. setAngle(NativeCallback angleCallback)
Sets the angle callback.void
RadialPointLabels. setBackdropColor(NativeCallback backdropColorCallback)
Sets the backdrop color callback.void
Axis. setBackgroundColor(NativeCallback backgroundColorCallback)
Sets the background color callback.void
Segment. setBackgroundColor(NativeCallback backgroundColorCallback)
Sets the background color callback.void
Arc. setBorderAlign(NativeCallback borderAlignCallback)
Sets the border align callback.void
Line. setBorderCapStyle(NativeCallback borderCapStyleCallback)
Sets the border capstyle callback.void
Segment. setBorderCapStyle(NativeCallback borderCapStyleCallback)
Sets the border cap-style callback.void
Segment. setBorderColor(NativeCallback borderColorCallback)
Sets the border color callback.void
Grid. setBorderDash(NativeCallback borderDashCallback)
Sets the border dash callback instance.void
Line. setBorderDash(NativeCallback borderDashCallback)
Sets the border dash callback.void
RadialAngleLines. setBorderDash(NativeCallback borderDashCallback)
Sets the border dash callback when element is hovered.void
Segment. setBorderDash(NativeCallback borderDashCallback)
Sets the border dash callback.void
Line. setBorderDashOffset(NativeCallback borderDashOffsetCallback)
Sets the border dash offset callback.void
Segment. setBorderDashOffset(NativeCallback borderDashOffsetCallback)
Sets the border dash callback.void
Arc. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)
Sets the border join style callback.void
Line. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)
Sets the border join style callback.void
Segment. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)
Sets the border join-style callback.void
Arc. setBorderRadius(NativeCallback borderRadiusCallback)
Sets the border radius callback.void
Bar. setBorderRadius(NativeCallback borderRadiusCallback)
Sets the border radius callback.void
RadialPointLabels. setBorderRadius(NativeCallback borderRadiusCallback)
Sets the callback to set the border radius.void
Bar. setBorderSkipped(NativeCallback borderSkippedCallback)
Sets the border skipped callback.void
Segment. setBorderWidth(NativeCallback borderWidthCallback)
Sets the border width callback.void
CartesianAxis. setBounds(NativeCallback boundsCallback)
Sets the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).void
RadialPointLabels. setColor(NativeCallback colorCallback)
Sets the color callback.default void
IsLinearTick. setCount(NativeCallback countCallback)
Sets the count callback instance.void
Line. setCubicInterpolationMode(NativeCallback cubicInterpolationModeCallback)
Sets the cubic interpolation mode callback.void
Animation. setDelay(NativeCallback delayCallback)
Sets the delay before starting the animations by a callback.void
Axis. setDisplay(NativeCallback displayCallback)
Sets the user callback that sets if the axis will be shown.void
Animation. setDuration(NativeCallback durationCallback)
Sets the number of milliseconds an animation takes by a callback.void
Animation. setEasing(NativeCallback easingCallback)
Sets the animation easing by a callback.void
Bar. setEnableBorderRadius(NativeCallback enableBorderRadiusCallback)
Sets the enable border radius callback.void
Line. setFill(NativeCallback fillCallback)
Sets the fill callback.void
RadialPointLabels. setFont(NativeCallback fontCallback)
Sets the font callback.void
CartesianLinearAxis. 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.void
Point. setHitRadius(NativeCallback hitRadiusCallback)
Sets the hit radius callback.void
Arc. setHoverBorderJoinStyle(NativeCallback hoverBorderJoinStyleCallback)
Sets the hover border join style callback.void
Bar. setHoverBorderRadius(NativeCallback hoverBorderRadiusCallback)
Sets the border radius callback, when hovered.void
Arc. setHoverOffset(NativeCallback hoverOffsetCallback)
Sets the offset callback, when hovered.void
Point. setHoverRadius(NativeCallback hoverRadiusCallback)
Sets the hover radius callback.void
Bar. setInflateAmount(NativeCallback inflateAmountCallback)
Sets the inflate amount callback.void
Animation. setLoop(NativeCallback loopCallback)
Sets to loop the animations endlessly by a callback.default void
IsLinearTick. setMaxTicksLimit(NativeCallback maxTicksLimitCallback)
Sets the maxTicksLimit callback instance.default void
IsNumericTick. setNumberFormat(NativeCallback numberFormatCallback)
Sets the number formatting options.void
Arc. setOffset(NativeCallback offsetCallback)
Sets the offset callback.void
CartesianAxis. 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.void
Layout. setPadding(NativeCallback paddingCallback)
Sets the padding callback.void
RadialPointLabels. setPadding(NativeCallback paddingCallback)
Sets the padding callback.void
Bar. setPointStyle(NativeCallback pointStyleCallback)
Sets the point style callback.void
Point. setPointStyle(NativeCallback pointStyleCallback)
Sets the point style callback.void
CartesianAxis. setPosition(NativeCallback positionCallback)
Sets the user callback that sets the axis position on the chart.default void
IsLinearTick. setPrecision(NativeCallback precisionCallback)
Sets the precision callback instance.void
Point. setRadius(NativeCallback radiusCallback)
Sets the radius callback.void
Axis. setReverse(NativeCallback reverseCallback)
Sets the user callback that sets the reversed order of tick labels.void
Point. setRotation(NativeCallback rotationCallback)
Sets the rotation callback.void
CartesianAxis. setStack(NativeCallback stackCallback)
Sets the user callback that sets the stack group.void
CartesianAxis. setStacked(NativeCallback stackedCallback)
Sets the user callback that sets if the axis are stacked or not.void
CartesianAxis. setStackWeight(NativeCallback stackWeightCallback)
Sets the user callback that sets the weight of the scale in stack group.void
RadialAxis. setStartAngle(NativeCallback startAngleCallback)
Sets the user callback that sets the starting angle to draw arcs for the first item in a data set.void
Line. setStepped(NativeCallback steppedCallback)
Sets the stepped callback.default void
IsLinearTick. setStepSize(NativeCallback stepSizeCallback)
Sets the stepSize callback instance.void
Grid. setTickBorderDashOffset(NativeCallback tickBorderDashOffsetCallback)
Sets the tick border dash offset callback instance.void
Grid. setTickColor(NativeCallback tickColorCallback)
Sets the tick color callback instance.void
Grid. setTickWidth(NativeCallback tickWidthCallback)
Sets the tick width callback instance.void
Axis. 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 void
Dataset. setBackgroundColor(NativeCallback backgroundColorCallback)
Sets the background color callback.void
BarDataset. setBase(NativeCallback baseCallback)
Sets the base callback.void
LiningDataset. setBorderCapStyle(NativeCallback borderCapStyleCallback)
Sets the border cap style callback.void
Dataset. setBorderColor(NativeCallback borderColorCallback)
Sets the border color callback.void
LiningDataset. setBorderDash(NativeCallback borderDashCallback)
Sets the border dash callback.void
LiningDataset. setBorderDashOffset(NativeCallback borderDashOffsetCallback)
Sets the border dash offset callback.void
LiningDataset. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)
Sets the border join style callback.void
PieDataset. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)
Sets the border join style callback.void
PolarAreaDataset. setBorderJoinStyle(NativeCallback borderJoinStyleCallback)
Sets the border join style callback.void
BarDataset. setBorderRadius(NativeCallback borderRadiusCallback)
Sets the border radius callback.void
PieDataset. setBorderRadius(NativeCallback borderRadiusCallback)
Sets the border radius callback.void
BarDataset. setBorderSkipped(NativeCallback borderSkippedCallback)
Sets the border skipped callback.void
BarDataset. setBorderWidth(NativeCallback borderWidthCallback)
Sets the border width callback.void
HoverDataset. setBorderWidth(NativeCallback borderWidthCallback)
Sets the border width callback.void
LiningDataset. setBorderWidth(NativeCallback borderWidthCallback)
Sets the border width callback.void
PolarAreaDataset. setCircular(NativeCallback circularCallback)
Setstrue
if the arc is curvedvoid
LineDataset. setCubicInterpolationMode(NativeCallback cubicInterpolationModeCallback)
Sets the border join style callback.void
BubbleDataset. setDrawActiveElementsOnTop(NativeCallback drawActiveElementsOnTopCallback)
Sets the callback, if draws the active points of a dataset over the other points of the dataset.void
LiningDataset. setDrawActiveElementsOnTop(NativeCallback drawActiveElementsOnTopCallback)
Sets the callback, if draws the active points of a dataset over the other points of the dataset.void
BarDataset. setEnableBorderRadius(NativeCallback enableBorderRadiusCallback)
Sets the enable border radius callback.void
LiningDataset. setFill(NativeCallback fillCallback)
Sets the fill callback.void
ScatterDataset. setFill(NativeCallback fillCallback)
void
BubbleDataset. setHitRadius(NativeCallback hitRadiusCallback)
Sets the hit radius callback.void
Dataset. setHoverBackgroundColor(NativeCallback hoverBackgroundColorCallback)
Sets the hover background color callback.void
LiningDataset. setHoverBorderCapStyle(NativeCallback borderCapStyleCallback)
Sets the border cap style callback when element is hovered.void
Dataset. setHoverBorderColor(NativeCallback hoverBorderColorCallback)
Sets the hover border color callback.void
LiningDataset. setHoverBorderDash(NativeCallback borderDashCallback)
Sets the border dash callback when element is hovered.void
LiningDataset. setHoverBorderDashOffset(NativeCallback borderDashOffsetCallback)
Sets the border dash offset callback when element is hovered.void
LiningDataset. setHoverBorderJoinStyle(NativeCallback borderJoinStyleCallback)
Sets the border join style callback when element is hovered.void
PieDataset. setHoverBorderJoinStyle(NativeCallback borderJoinStyleCallback)
Sets the border join style callback when element is hovered.void
PolarAreaDataset. setHoverBorderJoinStyle(NativeCallback borderJoinStyleCallback)
Sets the border join style callback when element is hovered.void
BarDataset. setHoverBorderRadius(NativeCallback hoverBorderRadiusCallback)
Sets the border radius callback, when hovered.void
BarDataset. setHoverBorderWidth(NativeCallback hoverBorderWidthCallback)
Sets the hover border width callback.void
LiningDataset. setHoverBorderWidth(NativeCallback hoverBorderWidthCallback)
Sets the hover border width callback.void
PieDataset. setHoverOffset(NativeCallback hoverOffsetCallback)
Sets the offset callback, when dataset is hovered.void
BubbleDataset. setHoverRadius(NativeCallback hoverRadiusCallback)
Sets the hover radius callback.void
BarDataset. setInflateAmount(NativeCallback inflateAmountCallback)
Sets the inflate amount callback.void
PieDataset. setOffset(NativeCallback offsetCallback)
Sets the offset callback.void
LiningDataset. setPointBackgroundColor(NativeCallback pointBackgroundColorCallback)
Sets the point background color callback.void
LiningDataset. setPointBorderColor(NativeCallback pointBorderColorCallback)
Sets the point border color callback.void
LiningDataset. setPointBorderWidth(NativeCallback pointBorderWidthCallback)
Sets the point border width callback.void
LiningDataset. setPointHitRadius(NativeCallback pointHitRadiusCallback)
Sets the point hit radius callback.void
LiningDataset. setPointHoverBackgroundColor(NativeCallback pointHoverBackgroundColorCallback)
Sets the point hover background color callback.void
LiningDataset. setPointHoverBorderColor(NativeCallback pointHoverBorderColorCallback)
Sets the point hover border color callback.void
LiningDataset. setPointHoverBorderWidth(NativeCallback pointHoverBorderWidthCallback)
Sets the point hover border width callback.void
LiningDataset. setPointHoverRadius(NativeCallback pointHoverRadiusCallback)
Sets the point hover radius callback.void
LiningDataset. setPointRadius(NativeCallback pointRadiusCallback)
Sets the point radius callback.void
LiningDataset. setPointRotation(NativeCallback pointRotationCallback)
Sets the point rotation callback.void
BarDataset. setPointStyle(NativeCallback pointStyleCallback)
Sets the point style callback.void
BubbleDataset. setRadius(NativeCallback radiusCallback)
Sets the radius callback.void
BubbleDataset. setRotation(NativeCallback rotationCallback)
Sets the rotation callback.void
LineDataset. 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 void
LabelItem. setAlign(NativeCallback alignCallback)
Sets the align callback.void
LabelItem. setAnchor(NativeCallback anchorCallback)
Sets the anchor callback.void
LabelItem. setBackgroundColor(NativeCallback backgroundColorCallback)
Sets the background color callback.void
LabelItem. setBorderColor(NativeCallback borderColorCallback)
Sets the border color callback.void
LabelItem. setBorderRadius(NativeCallback borderRadiusCallback)
Sets the border radius callback.void
LabelItem. setBorderWidth(NativeCallback borderWidthCallback)
Sets the border width callback.void
LabelItem. setClamp(NativeCallback clampCallback)
Sets the clamp callback.void
LabelItem. setClip(NativeCallback clipCallback)
Sets the clip callback.void
LabelItem. setColor(NativeCallback colorCallback)
Sets the color callback.void
LabelItem. setDisplay(NativeCallback displayCallback)
Sets the display callback.void
LabelItem. setFont(NativeCallback fontCallback)
Sets the font callback.void
LabelItem. setOffset(NativeCallback offsetCallback)
Sets the offset callback.void
LabelItem. setOpacity(NativeCallback opacityCallback)
Sets the opacity callback.void
LabelItem. setPadding(NativeCallback paddingCallback)
Sets the padding callback.void
LabelItem. setRotation(NativeCallback rotationCallback)
Sets the rotation callback.void
LabelItem. setTextAlign(NativeCallback textAlignCallback)
Sets the text align callback.void
LabelItem. setTextShadowBlur(NativeCallback textShadowBlurCallback)
Sets the text shadow blur callback.void
LabelItem. setTextShadowColor(NativeCallback textShadowColorCallback)
Sets the text shadow color callback.void
LabelItem. setTextStrokeColor(NativeCallback textStrokeColorCallback)
Sets the text stroke color callback.void
LabelItem. 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 void
MeterDataset. setBackgroundColor(NativeCallback backgroundColorCallback)
void
MeterDataset. setBorderColor(NativeCallback borderColorCallback)
void
MeterDataset. setHoverBackgroundColor(NativeCallback hoverBackgroundColorCallback)
void
MeterDataset. 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 void
Label. setColor(NativeCallback colorCallback)
Sets the font color callback.void
Label. setFont(NativeCallback fontCallback)
Sets the font callback.void
Label. 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 void
MatrixDataset. setBorderRadius(NativeCallback borderRadiusCallback)
Sets the callback to set the border radius (in pixels).void
MatrixDataset. setBorderWidth(NativeCallback borderWidthCallback)
Sets the callback to set the border width (in pixels).void
MatrixDataset. setHeight(NativeCallback heightCallback)
Sets the height callback to set the height of matrix element in pixels.void
MatrixDataset. setHoverBorderWidth(NativeCallback hoverBorderWidthCallback)
Sets the callback to set the border width (in pixels), when hovered.void
MatrixDataset. 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 void
ExtendedOptions. setCallback(ConfigurationEnvelop<AbstractNode> envelop, Key property, NativeCallback callback)
Adds a native callback function to a element node instance.void
ExtendedScale. setCallback(ConfigurationEnvelop<AbstractNode> envelop, Key property, NativeCallback callback)
Adds a native callback function to a element node instance.protected void
AbstractModel. setCallbackToModel(AbstractNode model, Key key, NativeCallback callback)
Adds a native callback function to a model at the specific key.void
IsAnimation. setDelay(NativeCallback delayCallback)
Sets the delay before starting the animations by a callback.void
IsAnimation. setDuration(NativeCallback durationCallback)
Sets the number of milliseconds an animation takes by a callback.void
IsAnimation. setEasing(NativeCallback easingCallback)
Sets the animation easing by a callback.void
IsScriptableFontProvider. setFont(NativeCallback fontCallback)
Sets the font callback.void
AnimationCollection. setFrom(NativeCallback fromCallback)
Sets the start value for the animation by a callback.void
IsAnimation. setLoop(NativeCallback loopCallback)
Sets to loop the animations endlessly by a callback.void
IsScriptablePaddingProvider. setPadding(NativeCallback paddingCallback)
Sets the padding callback.void
AnimationCollection. 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 void
SankeyDataset. setColorFrom(NativeCallback colorCallback)
Sets the color "from" callback.void
SankeyDataset. setColorMode(NativeCallback colorModeCallback)
Sets the color mode callback.void
SankeyDataset. setColorTo(NativeCallback colorCallback)
Sets the color "to" callback.void
SankeyDataset. setFont(NativeCallback fontCallback)
Sets the font callback.void
SankeyDataset. setHoverColorFrom(NativeCallback colorCallback)
Sets the color "from" callback when hovered.void
SankeyDataset. setHoverColorTo(NativeCallback colorCallback)
Sets the color "to" callback when hovered.void
SankeyDataset. setPadding(NativeCallback paddingCallback)
Sets the padding callback.void
SankeyDataset. 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 void
TreeMapDataset. setBorderRadius(NativeCallback borderRadiusCallback)
Sets the border radius callback.void
Captions. setColor(NativeCallback colorCallback)
Sets the color callback.void
Labels. setColor(NativeCallback colorCallback)
Sets the color callback.void
Captions. setFont(NativeCallback fontCallback)
Sets the font callback.void
Labels. setFont(NativeCallback fontCallback)
Sets the font callback.void
Captions. setHoverColor(NativeCallback hoverColorCallback)
Sets the hover color callback.void
Labels. setHoverColor(NativeCallback hoverColorCallback)
Sets the hover color callback.void
Captions. setHoverFont(NativeCallback hoverFontCallback)
Sets the hover font callback.void
Labels. setHoverFont(NativeCallback hoverFontCallback)
Sets the hover font callback.void
Labels. setOverflow(NativeCallback overflowCallback)
Sets the overflow callback.void
Labels. 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 void
AbstractConfigurationItem. setMode(NativeCallback modeCallback)
Sets the element (panning or zooming) directions callback, to set the mode at runtime.void
AbstractConfigurationItem. 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 scalevoid
AbstractConfigurationItem. setScaleMode(NativeCallback modeCallback)
Sets the element directions callback, to enable panning over a scale for that axis (regardless of mode).
-