Uses of Enum Class
com._1c.g5.v8.dt.geographicalschema.model.LayerSeriesShowMode
Packages that use LayerSeriesShowMode
Package
Description
-
Uses of LayerSeriesShowMode in com._1c.g5.v8.dt.geographicalschema.model
Fields in com._1c.g5.v8.dt.geographicalschema.model with type parameters of type LayerSeriesShowModeModifier and TypeFieldDescriptionstatic final List<LayerSeriesShowMode>LayerSeriesShowMode.VALUESA public read-only list of all the 'Layer Series Show Mode' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return LayerSeriesShowModeModifier and TypeMethodDescriptionstatic LayerSeriesShowModeLayerSeriesShowMode.get(int value) Returns the 'Layer Series Show Mode' literal with the specified integer value.static LayerSeriesShowModeReturns the 'Layer Series Show Mode' literal with the specified literal value.static LayerSeriesShowModeReturns the 'Layer Series Show Mode' literal with the specified name.DataSeriesItem.getShowMode()Returns the value of the 'Show Mode' attribute.static LayerSeriesShowModeReturns the enum constant of this class with the specified name.static LayerSeriesShowMode[]LayerSeriesShowMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type LayerSeriesShowModeModifier and TypeMethodDescriptionvoidDataSeriesItem.setShowMode(LayerSeriesShowMode value) Sets the value of the 'Show Mode' attribute. -
Uses of LayerSeriesShowMode in com._1c.g5.v8.dt.geographicalschema.model.impl
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return LayerSeriesShowModeModifier and TypeMethodDescriptionGeographicalSchemaFactoryImpl.createLayerSeriesShowModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DataSeriesItemImpl.getShowMode()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type LayerSeriesShowModeModifier and TypeMethodDescriptionvoidDataSeriesItemImpl.setShowMode(LayerSeriesShowMode newShowMode) -
Uses of LayerSeriesShowMode in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils
Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils with parameters of type LayerSeriesShowModeModifier and TypeMethodDescriptionstatic voidDiagramDrawer.drawChart(LayerSeriesShowMode type, org.eclipse.swt.graphics.GC gc, int x, int y, List<Color> colors, List<Double> values, double minimumValue, double maximumValue) Draws chart of given type and values.static intDiagramDrawer.getAreaHeight(LayerSeriesShowMode type) Gets area height for diagram typestatic intDiagramDrawer.getAreaWidth(LayerSeriesShowMode type) Gets area width for diagram typestatic org.eclipse.swt.graphics.ImageEnumToImageConverter.getImage(LayerSeriesShowMode showMode) Gets image forLayerSeriesShowModeenum item