Uses of Enum Class
com._1c.g5.v8.dt.chart.model.PaletteKind
Packages that use PaletteKind
Package
Description
-
Uses of PaletteKind in com._1c.g5.v8.dt.chart
Methods in com._1c.g5.v8.dt.chart with parameters of type PaletteKindModifier and TypeMethodDescriptionIChartPaletteColorsProvider.getColorPalette
(PaletteKind palette) Provides standart color palette. -
Uses of PaletteKind in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type PaletteKindModifier and TypeFieldDescriptionstatic final List<PaletteKind>
PaletteKind.VALUES
A public read-only list of all the 'Palette Kind' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return PaletteKindModifier and TypeMethodDescriptionstatic PaletteKind
PaletteKind.get
(int value) Returns the 'Palette Kind' literal with the specified integer value.static PaletteKind
Returns the 'Palette Kind' literal with the specified literal value.static PaletteKind
Returns the 'Palette Kind' literal with the specified name.ChartColorPaletteDescription.getColorPalette()
Returns the value of the 'Color Palette' attribute.Chart.getPaletteKind()
Returns the value of the 'Palette Kind' attribute.static PaletteKind
Returns the enum constant of this class with the specified name.static PaletteKind[]
PaletteKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type PaletteKindModifier and TypeMethodDescriptionvoid
ChartColorPaletteDescription.setColorPalette
(PaletteKind value) Sets the value of the 'Color Palette
' attribute.void
Chart.setPaletteKind
(PaletteKind value) Sets the value of the 'Palette Kind
' attribute. -
Uses of PaletteKind in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return PaletteKindModifier and TypeMethodDescriptionChartFactoryImpl.createPaletteKindFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartColorPaletteDescriptionImpl.getColorPalette()
ChartImpl.getPaletteKind()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type PaletteKindModifier and TypeMethodDescriptionvoid
ChartColorPaletteDescriptionImpl.setColorPalette
(PaletteKind newColorPalette) void
ChartImpl.setPaletteKind
(PaletteKind newPaletteKind) -
Uses of PaletteKind in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return PaletteKindMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type PaletteKindModifier and TypeMethodDescriptionChartPaletteKind.getValueText
(IV8Project v8project, String langCode, PaletteKind value) boolean
ChartPaletteKind.isValuesEquals
(PaletteKind value1, PaletteKind value2) -
Uses of PaletteKind in com._1c.g5.v8.dt.form.ui.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models that return types with arguments of type PaletteKindModifier and TypeMethodDescriptionChartColorPaletteDescriptionDetailedModel.getPaletteKind()
IChartColorPaletteDescriptionDetailedModel.getPaletteKind()
Returns palette kind. -
Uses of PaletteKind in com._1c.g5.v8.dt.internal.chart
Methods in com._1c.g5.v8.dt.internal.chart with parameters of type PaletteKindModifier and TypeMethodDescriptionChartPaletteColorsProvider.getColorPalette
(PaletteKind palette)