Module org.refcodes.graphical
Package org.refcodes.graphical
Interface ContainerHeightAccessor.ContainerHeightBuilder<B extends ContainerHeightAccessor.ContainerHeightBuilder<B>>
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- All Known Subinterfaces:
ContainerDimension.ContainerDimensionBuilder<B>
- Enclosing interface:
- ContainerHeightAccessor
public static interface ContainerHeightAccessor.ContainerHeightBuilder<B extends ContainerHeightAccessor.ContainerHeightBuilder<B>>
Provides a builder method for a container height property returning the
builder for applying multiple build operations.
-
Method Summary
Modifier and TypeMethodDescriptionwithContainerHeight
(int aHeight) Sets the container height for the container height property.
-
Method Details
-
withContainerHeight
Sets the container height for the container height property.- Parameters:
aHeight
- The container height to be stored by the container height property.- Returns:
- The builder for applying multiple build operations.
-