- All Known Subinterfaces:
FillCharAccessor.FillCharProperty
- All Known Implementing Classes:
HorizAlignTextBuilder
,TextBlockBuilder
public interface FillCharAccessor
Provides an accessor for a fill char property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a fill char property returning the builder for applying multiple build operations.static interface
Provides a mutator for a fill char property.static interface
Provides a fill char property. -
Method Summary
Modifier and TypeMethodDescriptionchar
Retrieves the fill char from the fill char property.
-
Method Details
-
getFillChar
char getFillChar()Retrieves the fill char from the fill char property.- Returns:
- The fill char stored by the fill char property.
-