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.VALUES
A 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 LayerSeriesShowMode
LayerSeriesShowMode.get
(int value) Returns the 'Layer Series Show Mode' literal with the specified integer value.static LayerSeriesShowMode
Returns the 'Layer Series Show Mode' literal with the specified literal value.static LayerSeriesShowMode
Returns the 'Layer Series Show Mode' literal with the specified name.DataSeriesItem.getShowMode()
Returns the value of the 'Show Mode' attribute.static LayerSeriesShowMode
Returns 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 TypeMethodDescriptionvoid
DataSeriesItem.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 TypeMethodDescriptionvoid
DataSeriesItemImpl.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 void
DiagramDrawer.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 int
DiagramDrawer.getAreaHeight
(LayerSeriesShowMode type) Gets area height for diagram typestatic int
DiagramDrawer.getAreaWidth
(LayerSeriesShowMode type) Gets area width for diagram typestatic org.eclipse.swt.graphics.Image
EnumToImageConverter.getImage
(LayerSeriesShowMode showMode) Gets image forLayerSeriesShowMode
enum item