Uses of Class
com._1c.g5.v8.dt.moxel.content.Pattern
-
-
Uses of Pattern in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return Pattern Modifier and Type Method Description Pattern
Format. getPattern()
Returns the value of the 'Pattern' attribute.Methods in com._1c.g5.v8.dt.moxel with parameters of type Pattern Modifier and Type Method Description void
Format. setPattern(Pattern value)
Sets the value of the 'Pattern
' attribute. -
Uses of Pattern in com._1c.g5.v8.dt.moxel.content
Fields in com._1c.g5.v8.dt.moxel.content with type parameters of type Pattern Modifier and Type Field Description static List<Pattern>
Pattern. VALUES
A public read-only list of all the 'Pattern' enumerators.Methods in com._1c.g5.v8.dt.moxel.content that return Pattern Modifier and Type Method Description static Pattern
Pattern. get(int value)
Returns the 'Pattern' literal with the specified integer value.static Pattern
Pattern. get(String literal)
Returns the 'Pattern' literal with the specified literal value.static Pattern
Pattern. getByName(String name)
Returns the 'Pattern' literal with the specified name.Pattern
BaseDrawingWithBackgroundProperties. getPattern()
Returns the value of the 'Pattern' attribute.Pattern
BaseFormattingCellProperties. getPattern()
Returns the value of the 'Pattern' attribute.static Pattern
Pattern. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pattern[]
Pattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type Pattern Modifier and Type Method Description void
BaseDrawingWithBackgroundProperties. setPattern(Pattern value)
Sets the value of the 'Pattern
' attribute.void
BaseFormattingCellProperties. setPattern(Pattern value)
Sets the value of the 'Pattern
' attribute. -
Uses of Pattern in com._1c.g5.v8.dt.moxel.content.impl
Methods in com._1c.g5.v8.dt.moxel.content.impl that return Pattern Modifier and Type Method Description Pattern
ContentFactoryImpl. createPatternFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
Pattern
BaseDrawingWithBackgroundPropertiesImpl. getPattern()
Pattern
BaseFormattingCellPropertiesImpl. getPattern()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type Pattern Modifier and Type Method Description void
BaseDrawingWithBackgroundPropertiesImpl. setPattern(Pattern newPattern)
void
BaseFormattingCellPropertiesImpl. setPattern(Pattern newPattern)
-
Uses of Pattern in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return Pattern Modifier and Type Method Description Pattern
FormatImpl. getPattern()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Pattern Modifier and Type Method Description void
FormatImpl. setPattern(Pattern newPattern)
-
Uses of Pattern in com._1c.g5.v8.dt.moxel.ui.aef.components
Methods in com._1c.g5.v8.dt.moxel.ui.aef.components that return types with arguments of type Pattern Modifier and Type Method Description protected IMapper<Pattern,ComboItemViewModel>
MoxelPatternComponent. createMapper()
-
Uses of Pattern in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return Pattern Modifier and Type Method Description Pattern
SheetAccessor. getDrawingPattern(ReadOnlyFormat drawingFormat)
Получить шаблон заливки рисунка.Pattern
ReadOnlyCellFullFormat. getPattern()
-
Uses of Pattern in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return Pattern Modifier and Type Method Description static Pattern
MxlSerializerUtil. getPattern(int patternIndex)
Get pattern by indexPattern
ReadOnlyFormat. getPattern()
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Pattern Modifier and Type Method Description static int
MxlSerializerUtil. getMxlPattern(Pattern pattern)
Get mxl pattern
-