Uses of Interface
org.pepstock.charba.client.matrix.callbacks.SizeCallback
-
Packages that use SizeCallback Package Description org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js
) for CHART.js. -
-
Uses of SizeCallback in org.pepstock.charba.client.matrix
Methods in org.pepstock.charba.client.matrix that return SizeCallback Modifier and Type Method Description SizeCallback
MatrixDataset. getHeightCallback()
Returns the height callback to set the height of matrix element in pixels.SizeCallback
MatrixDataset. getWidthCallback()
Returns the width callback to set the width of matrix element in pixels.Methods in org.pepstock.charba.client.matrix with parameters of type SizeCallback Modifier and Type Method Description void
MatrixDataset. setHeight(SizeCallback heightCallback)
Sets the height callback to set the height of matrix element in pixels.void
MatrixDataset. setWidth(SizeCallback widthCallback)
Sets the width callback to set the width of matrix element in pixels.
-