Uses of Class
org.pepstock.charba.client.options.Scale
-
Packages that use Scale Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of Scale in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return Scale Modifier and Type Method Description Scale
Defaults. getScale(AxisType axisType)
Returns the global scale by axis type. -
Uses of Scale in org.pepstock.charba.client.defaults.chart
Constructors in org.pepstock.charba.client.defaults.chart with parameters of type Scale Constructor Description DefaultChartScale(Scale scale)
Creates the object by scale option element instance. -
Uses of Scale in org.pepstock.charba.client.options
Subclasses of Scale in org.pepstock.charba.client.options Modifier and Type Class Description class
ExtendedScale
Scale options used internally inside the chart configuration.
Extends the normal scale options with all methods to add callbacks and events.Methods in org.pepstock.charba.client.options that return Scale Modifier and Type Method Description Scale
Scales. getAxis(String scaleId)
Returns the scale with the id passed as argument ornull
if not exist.Scale
Scales. getAxis(ScaleId scaleId)
Returns the scale with the id passed as argument ornull
if not exist.Methods in org.pepstock.charba.client.options that return types with arguments of type Scale Modifier and Type Method Description List<Scale>
Scales. getAxes()
Returns a list of X axes.Methods in org.pepstock.charba.client.options with parameters of type Scale Modifier and Type Method Description void
ExtendedScales. setAxes(Scale... scales)
Sets all axes of chart.Constructor parameters in org.pepstock.charba.client.options with type arguments of type Scale Constructor Description ExtendedScale(ConfigurationEnvelop<Scale> envelop, IsDefaultScale defaultValues)
Creates a scale with the chart options scale as inner object.
-