Uses of Class
com._1c.g5.v8.dt.chart.model.PaletteKind
-
Packages that use PaletteKind Package Description com._1c.g5.v8.dt.chart com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.dcs.typedvalue com._1c.g5.v8.dt.form.ui.chart.aef.models -
-
Uses of PaletteKind in com._1c.g5.v8.dt.chart
Methods in com._1c.g5.v8.dt.chart with parameters of type PaletteKind Modifier and Type Method Description List<Color>
IChartPaletteColorsProvider. 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 PaletteKind Modifier and Type Field Description static 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 PaletteKind Modifier and Type Method Description static PaletteKind
PaletteKind. get(int value)
Returns the 'Palette Kind' literal with the specified integer value.static PaletteKind
PaletteKind. get(String literal)
Returns the 'Palette Kind' literal with the specified literal value.static PaletteKind
PaletteKind. getByName(String name)
Returns the 'Palette Kind' literal with the specified name.PaletteKind
ChartColorPaletteDescription. getColorPalette()
Returns the value of the 'Color Palette' attribute.PaletteKind
Chart. getPaletteKind()
Returns the value of the 'Palette Kind' attribute.static PaletteKind
PaletteKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static PaletteKind[]
PaletteKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type PaletteKind Modifier and Type Method Description void
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 PaletteKind Modifier and Type Method Description PaletteKind
ChartFactoryImpl. createPaletteKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
PaletteKind
ChartColorPaletteDescriptionImpl. getColorPalette()
PaletteKind
ChartImpl. getPaletteKind()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type PaletteKind Modifier and Type Method Description void
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 PaletteKind Modifier and Type Method Description PaletteKind
ChartPaletteKind. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type PaletteKind Modifier and Type Method Description String
ChartPaletteKind. 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 PaletteKind Modifier and Type Method Description IValue<PaletteKind>
ChartColorPaletteDescriptionDetailedModel. getPaletteKind()
IValue<PaletteKind>
IChartColorPaletteDescriptionDetailedModel. getPaletteKind()
Returns palette kind.
-