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.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type SpaceMode Modifier and Type Field Description static List<SpaceMode>SpaceMode. VALUESA 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 SpaceModeSpaceMode. get(int value)Returns the 'Space Mode' literal with the specified integer value.static SpaceModeSpaceMode. get(String literal)Returns the 'Space Mode' literal with the specified literal value.static SpaceModeSpaceMode. getByName(String name)Returns the 'Space Mode' literal with the specified name.SpaceModeChart. getSpaceMode()Returns the value of the 'Space Mode' attribute.static SpaceModeSpaceMode. 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 voidChart. setSpaceMode(SpaceMode value)Sets the value of the 'Space Mode' attribute.
- 
Uses of SpaceMode in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return SpaceMode Modifier and Type Method Description SpaceModeChartFactoryImpl. createSpaceModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)SpaceModeChartImpl. getSpaceMode()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type SpaceMode Modifier and Type Method Description voidChartImpl. setSpaceMode(SpaceMode newSpaceMode)
 
-