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