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.chartMethods 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.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type PaletteKind Modifier and Type Field Description static List<PaletteKind>PaletteKind. VALUESA 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 PaletteKindPaletteKind. get(int value)Returns the 'Palette Kind' literal with the specified integer value.static PaletteKindPaletteKind. get(String literal)Returns the 'Palette Kind' literal with the specified literal value.static PaletteKindPaletteKind. getByName(String name)Returns the 'Palette Kind' literal with the specified name.PaletteKindChartColorPaletteDescription. getColorPalette()Returns the value of the 'Color Palette' attribute.PaletteKindChart. getPaletteKind()Returns the value of the 'Palette Kind' attribute.static PaletteKindPaletteKind. 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 voidChartColorPaletteDescription. setColorPalette(PaletteKind value)Sets the value of the 'Color Palette' attribute.voidChart. setPaletteKind(PaletteKind value)Sets the value of the 'Palette Kind' attribute.
- 
Uses of PaletteKind in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return PaletteKind Modifier and Type Method Description PaletteKindChartFactoryImpl. createPaletteKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PaletteKindChartColorPaletteDescriptionImpl. getColorPalette()PaletteKindChartImpl. getPaletteKind()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type PaletteKind Modifier and Type Method Description voidChartColorPaletteDescriptionImpl. setColorPalette(PaletteKind newColorPalette)voidChartImpl. setPaletteKind(PaletteKind newPaletteKind)
- 
Uses of PaletteKind in com._1c.g5.v8.dt.dcs.typedvalueMethods in com._1c.g5.v8.dt.dcs.typedvalue that return PaletteKind Modifier and Type Method Description PaletteKindChartPaletteKind. createValue()Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type PaletteKind Modifier and Type Method Description StringChartPaletteKind. getValueText(IV8Project v8project, String langCode, PaletteKind value)booleanChartPaletteKind. isValuesEquals(PaletteKind value1, PaletteKind value2)
- 
Uses of PaletteKind in com._1c.g5.v8.dt.form.ui.chart.aef.modelsMethods 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.
 
-