Interface PatternAccessor.PatternMutator

All Known Subinterfaces:
PatternAccessor.PatternProperty
Enclosing interface:
PatternAccessor

public static interface PatternAccessor.PatternMutator
Provides a mutator for a pattern property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPattern(Pattern aPattern)
    Sets the pattern for the pattern property.
  • Method Details

    • setPattern

      void setPattern(Pattern aPattern)
      Sets the pattern for the pattern property.
      Parameters:
      aPattern - The pattern to be stored by the pattern property.