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 SizeCallbackMatrixDataset. getHeightCallback()Returns the height callback to set the height of matrix element in pixels.SizeCallbackMatrixDataset. 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 voidMatrixDataset. setHeight(SizeCallback heightCallback)Sets the height callback to set the height of matrix element in pixels.voidMatrixDataset. setWidth(SizeCallback widthCallback)Sets the width callback to set the width of matrix element in pixels.
-