Uses of Interface
org.pepstock.charba.client.callbacks.StepSizeCallback
-
Packages that use StepSizeCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of StepSizeCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return StepSizeCallback Modifier and Type Method Description StepSizeCallbackCartesianTimeTick. getStepSizeCallback()Returns the stepSize callback instance.default StepSizeCallbackIsLinearTick. getStepSizeCallback()Returns the stepSize callback instance.Methods in org.pepstock.charba.client.configuration with parameters of type StepSizeCallback Modifier and Type Method Description voidCartesianTimeTick. setStepSize(StepSizeCallback stepSizeCallback)Sets the stepSize callback instance.default voidIsLinearTick. setStepSize(StepSizeCallback stepSizeCallback)Sets the stepSize callback instance.
-