Interface FillCharAccessor.FillCharMutator

All Known Subinterfaces:
FillCharAccessor.FillCharProperty
All Known Implementing Classes:
HorizAlignTextBuilder, TextBlockBuilder
Enclosing interface:
FillCharAccessor

public static interface FillCharAccessor.FillCharMutator
Provides a mutator for a fill char property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFillChar(char aFillChar)
    Sets the fill char for the fill char property.
  • Method Details

    • setFillChar

      void setFillChar(char aFillChar)
      Sets the fill char for the fill char property.
      Parameters:
      aFillChar - The fill char to be stored by the fill char property.