Uses of Interface
org.pepstock.charba.client.options.ScaleId
-
Packages that use ScaleId Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.IDplugin elements interfaces to use in the callbacks and events.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.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js. -
-
Uses of ScaleId in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return ScaleId Modifier and Type Method Description ScaleIdLineAnnotation. getScaleID()Returns the ID of the scale to bind onto.ScaleIdAbstractAnnotation. getXScaleID()Returns the ID of the X scale to bind onto.ScaleIdAbstractAnnotation. getYScaleID()Returns the ID of the Y scale to bind onto.Methods in org.pepstock.charba.client.annotation with parameters of type ScaleId Modifier and Type Method Description voidLineAnnotation. setScaleID(ScaleId scaleId)Sets the ID of the scale to bind onto.voidAbstractAnnotation. setXScaleID(ScaleId scaleId)Sets the ID of the X scale to bind onto.voidAbstractAnnotation. setYScaleID(ScaleId scaleId)Sets the ID of the Y scale to bind onto. -
Uses of ScaleId in org.pepstock.charba.client.annotation.elements
Methods in org.pepstock.charba.client.annotation.elements that return ScaleId Modifier and Type Method Description ScaleIdOptionsElement. getScaleID()Returns the ID of the scale to bind onto.ScaleIdOptionsElement. getXScaleID()Returns the ID of the X scale to bind onto.ScaleIdOptionsElement. getYScaleID()Returns the ID of the Y scale to bind onto. -
Uses of ScaleId in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons that return ScaleId Modifier and Type Method Description protected ScaleIdNativeObjectContainer. getValue(Key key, ScaleId defaultValue)Returns a value (ScaleId) in the embedded JavaScript object at specific property.Methods in org.pepstock.charba.client.commons with parameters of type ScaleId Modifier and Type Method Description protected ScaleIdNativeObjectContainer. getValue(Key key, ScaleId defaultValue)Returns a value (ScaleId) in the embedded JavaScript object at specific property. -
Uses of ScaleId in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return ScaleId Modifier and Type Method Description ScaleIdAxisType. getDefaultScaleId()Returns the default scale id for this axis type.ScaleIdAxis. getId()The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.Methods in org.pepstock.charba.client.configuration with parameters of type ScaleId Modifier and Type Method Description static AxisTypeAxisType. create(String type, ChartAxisType baseType, ScaleId defaultScaleId)Returns a axis type by its string value, extended existing axis type and defaultScaleId.
It uses theScaleDataTypeof extended axis type.static AxisTypeAxisType. create(String type, ChartAxisType baseType, ScaleId defaultScaleId, ScaleDataType dataType)Returns a axis type by all needed objects to create a axis type.AxisScales. getAxisById(ScaleId scaleId)Returns the scale with the id passed as argument ornullif not exist.Constructors in org.pepstock.charba.client.configuration with parameters of type ScaleId Constructor Description Axis(IsChart chart, ScaleId id, AxisType type, AxisKind kind)Builds the object storing the chart instance.CartesianAxis(IsChart chart, ScaleId id, AxisType type, AxisKind kind)Builds the object storing the chart instance and cartesian axis type.CartesianCategoryAxis(IsChart chart, ScaleId id)Builds the object storing the chart instance.CartesianCategoryAxis(IsChart chart, ScaleId id, AxisType type, AxisKind kind)Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.CartesianCategoryAxis(IsChart chart, ScaleId id, AxisKind kind)Builds the object storing the chart instance and axis type.CartesianLinearAxis(IsChart chart, ScaleId id)Builds the object storing the chart instance.CartesianLinearAxis(IsChart chart, ScaleId id, AxisType type, AxisKind kind)Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.CartesianLinearAxis(IsChart chart, ScaleId id, AxisKind kind)Builds the object storing the chart instance and axis type.CartesianLogarithmicAxis(IsChart chart, ScaleId id)Builds the object storing the chart instance.CartesianLogarithmicAxis(IsChart chart, ScaleId id, AxisType type, AxisKind kind)Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.CartesianLogarithmicAxis(IsChart chart, ScaleId id, AxisKind kind)Builds the object storing the chart instance and axis type.CartesianTimeAxis(IsChart chart, ScaleId id)Builds the object storing the chart instance.CartesianTimeAxis(IsChart chart, ScaleId id, AxisType type, AxisKind kind)Builds the object storing the chart instance and cartesian axis type.CartesianTimeAxis(IsChart chart, ScaleId id, AxisKind kind)Builds the object storing the chart instance and axis type.CartesianTimeSeriesAxis(IsChart chart, ScaleId id)Builds the object storing the chart instance.CartesianTimeSeriesAxis(IsChart chart, ScaleId id, AxisType type, AxisKind kind)Builds the object storing the chart instance and cartesian axis type.CartesianTimeSeriesAxis(IsChart chart, ScaleId id, AxisKind kind)Builds the object storing the chart instance and axis type.RadialAxis(IsChart chart, ScaleId id, AxisType type, AxisKind kind)Builds the object storing the chart instance and cartesian axis type. -
Uses of ScaleId in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return ScaleId Modifier and Type Method Description ScaleIdBarDataset. getXAxisID()Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID ofDefaultScaleId.X.ScaleIdLineDataset. getXAxisID()Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID ofDefaultScaleId.X.ScaleIdBarDataset. getYAxisID()Returns the ID of the y axis to plot this data set on.ScaleIdLineDataset. getYAxisID()Returns the ID of the y axis to plot this data set on.Methods in org.pepstock.charba.client.data with parameters of type ScaleId Modifier and Type Method Description voidBarDataset. setXAxisID(ScaleId xAxisID)Sets the ID of the x axis to plot this data set on.voidLineDataset. setXAxisID(ScaleId xAxisID)Sets the ID of the x axis to plot this data set on.voidBarDataset. setYAxisID(ScaleId yAxisID)Sets the ID of the y axis to plot this data set on.voidLineDataset. setYAxisID(ScaleId yAxisID)Sets the ID of the y axis to plot this data set on. -
Uses of ScaleId in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults with parameters of type ScaleId Modifier and Type Method Description IsDefaultScaleIsDefaultScales. getAxis(ScaleId scaleId, AxisKind kind)Returns the default configuration for x axis. -
Uses of ScaleId in org.pepstock.charba.client.defaults.chart
Methods in org.pepstock.charba.client.defaults.chart with parameters of type ScaleId Modifier and Type Method Description IsDefaultScaleDefaultChartScales. getAxis(ScaleId scaleId, AxisKind kind) -
Uses of ScaleId in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals with parameters of type ScaleId Modifier and Type Method Description IsDefaultScaleDefaultScales. getAxis(ScaleId scaleId, AxisKind kind) -
Uses of ScaleId in org.pepstock.charba.client.enums
Classes in org.pepstock.charba.client.enums that implement ScaleId Modifier and Type Class Description classDefaultScaleIdEnumerates the default scale id.Methods in org.pepstock.charba.client.enums that return ScaleId Modifier and Type Method Description static ScaleIdDefaultScaleId. getByAxisKind(AxisKind kind, ScaleId defaultValue)Returns the default scale id instance by axis kind, otherwise will returnnullif not found.ScaleIdChartAxisType. getDefaultScaleId()Methods in org.pepstock.charba.client.enums with parameters of type ScaleId Modifier and Type Method Description static ScaleIdDefaultScaleId. getByAxisKind(AxisKind kind, ScaleId defaultValue)Returns the default scale id instance by axis kind, otherwise will returnnullif not found.booleanDefaultScaleId. is(ScaleId scaleId)Returnstrueif the scale id is related to this axis id. -
Uses of ScaleId in org.pepstock.charba.client.geo
Fields in org.pepstock.charba.client.geo declared as ScaleId Modifier and Type Field Description static ScaleIdColorAxis. IDProjection axis id.static ScaleIdProjectionAxis. IDProjection axis id.static ScaleIdSizeAxis. IDSize axis id. -
Uses of ScaleId in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return ScaleId Modifier and Type Method Description ScaleIdDatasetsItemsSelectorOptions. getXAxisID()Returns the ID of the x axis to plot this dataset on.ScaleIdCrosshairOptions. getXScaleID()Returns the ID of the X scale to bind onto.ScaleIdCrosshairOptions. getYScaleID()Returns the ID of the Y scale to bind onto.Methods in org.pepstock.charba.client.impl.plugins with parameters of type ScaleId Modifier and Type Method Description voidDatasetsItemsSelectorOptions. setXAxisID(ScaleId xAxisID)Sets the ID of the x axis to plot this dataset on.DatasetsItemsSelectorOptionsBuilderDatasetsItemsSelectorOptionsBuilder. setXAxisID(ScaleId xAxisID)Sets the ID of the x axis to plot this dataset on.voidCrosshairOptions. setXScaleID(ScaleId scaleId)Sets the ID of the X scale to bind onto.CrosshairOptionsBuilderCrosshairOptionsBuilder. setXScaleID(ScaleId scaleId)Sets the ID of the X scale to bind onto.voidCrosshairOptions. setYScaleID(ScaleId scaleId)Sets the ID of the Y scale to bind onto.CrosshairOptionsBuilderCrosshairOptionsBuilder. setYScaleID(ScaleId scaleId)Sets the ID of the Y scale to bind onto. -
Uses of ScaleId in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return ScaleId Modifier and Type Method Description ScaleIdScaleItem. getId()Returns the id of scaleScaleIdDatasetItem. getIndexAxisID()Returns the index axis ID.ScaleIdDatasetItem. getRAxisID()Returns the R axis ID.ScaleIdDatasetItem. getValueAxisID()Returns the value axis ID.ScaleIdDatasetItem. getXAxisID()Returns the X axis ID.ScaleIdDatasetItem. getYAxisID()Returns the Y axis ID. -
Uses of ScaleId in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return ScaleId Modifier and Type Method Description static ScaleIdScaleId. checkAndGetScaleID(String id, ScaleId defaultValue)Returns the ID of the scale checking the default ones,DefaultScaleId.static ScaleIdScaleId. create(String id)Returns a key instance by its string value.ScaleIdScale. getId()Returns the id of scale.
It is usually used to link data sets and scale axes together.
This is especially needed if multi-axes charts are used.Methods in org.pepstock.charba.client.options with parameters of type ScaleId Modifier and Type Method Description static ScaleIdScaleId. checkAndGetScaleID(String id, ScaleId defaultValue)Returns the ID of the scale checking the default ones,DefaultScaleId.static voidScaleId. checkIfValid(ScaleId id)Checks if scale id passed as argument is notnulland its value is notnullas well and could be a valid scale id.
If not, throw aIllegalArgumentException.ScaleScales. getAxis(ScaleId scaleId)Returns the scale with the id passed as argument ornullif not exist.IsDefaultScaleScales. getAxis(ScaleId scaleId, AxisKind kind)booleanScales. hasAxis(ScaleId scaleId)Returnstrueif the scale with the id passed as argument exists.static booleanScaleId. isValid(ScaleId id)Returnstrueif scale id passed as argument is notnulland its value is notnullas well and could be a valid scale id.Constructor parameters in org.pepstock.charba.client.options with type arguments of type ScaleId Constructor Description ExtendedScale(ConfigurationEnvelop<ScaleId> envelop, AxisType type, AxisKind kind, IsDefaultScale defaultValues)Creates a scale with default provider.
The native object is created empty. -
Uses of ScaleId in org.pepstock.charba.client.zoom
Methods in org.pepstock.charba.client.zoom with parameters of type ScaleId Modifier and Type Method Description static voidZoomPlugin. zoomScale(IsChart chart, ScaleId scaleId, ScaleRange range)Zooms the chart scale on demand, programmatically.static voidZoomPlugin. zoomScale(IsChart chart, ScaleId scaleId, ScaleRange range, TransitionKey transition)Zooms the chart scale on demand, programmatically.
-