- All Known Subinterfaces:
MaxViewportDimension.MaxViewportDimensionProperty
public interface MaxViewportDimension
Provides an accessor for a max viewport dimension property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
MaxViewportDimension.MaxViewportDimensionBuilder<B extends MaxViewportDimension.MaxViewportDimensionBuilder<B>>
Provides a builder method for a max viewport dimension property returning the builder for applying multiple build operations.static interface
Provides a mutator for a max viewport dimension property.static interface
Provides a max viewport dimension property builder. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the max viewport dimension from the max viewport dimension property.
-
Method Details
-
getMaxViewportDimension
ViewportDimension getMaxViewportDimension()Retrieves the max viewport dimension from the max viewport dimension property.- Returns:
- The max viewport dimension stored by the max viewport dimension property.
-