Uses of Class
com._1c.g5.v8.dt.chart.model.SpaceMode
-
Packages that use SpaceMode Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl -
-
Uses of SpaceMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type SpaceMode Modifier and Type Field Description static List<SpaceMode>
SpaceMode. VALUES
A public read-only list of all the 'Space Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return SpaceMode Modifier and Type Method Description static SpaceMode
SpaceMode. get(int value)
Returns the 'Space Mode' literal with the specified integer value.static SpaceMode
SpaceMode. get(String literal)
Returns the 'Space Mode' literal with the specified literal value.static SpaceMode
SpaceMode. getByName(String name)
Returns the 'Space Mode' literal with the specified name.SpaceMode
Chart. getSpaceMode()
Returns the value of the 'Space Mode' attribute.static SpaceMode
SpaceMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpaceMode[]
SpaceMode. 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 SpaceMode Modifier and Type Method Description void
Chart. setSpaceMode(SpaceMode value)
Sets the value of the 'Space Mode
' attribute. -
Uses of SpaceMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return SpaceMode Modifier and Type Method Description SpaceMode
ChartFactoryImpl. createSpaceModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
SpaceMode
ChartImpl. getSpaceMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SpaceMode Modifier and Type Method Description void
ChartImpl. setSpaceMode(SpaceMode newSpaceMode)
-