- All Known Subinterfaces:
GridViewportPane<C,
,B> Viewport
,ViewportDimension
,ViewportDimension.ViewportDimensionAccessor
,ViewportDimension.ViewportDimensionProperty
,ViewportWidthAccessor.ViewportWidthProperty
- All Known Implementing Classes:
ViewportDimensionImpl
,ViewportDimensionPropertyBuilder
public interface ViewportWidthAccessor
Provides an accessor for a viewport width property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a viewport width property returning the builder for applying multiple build operations.static interface
Provides a mutator for a viewport width property.static interface
Provides a viewport width property. -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the viewport width from the viewport width property.
-
Method Details
-
getViewportWidth
int getViewportWidth()Retrieves the viewport width from the viewport width property.- Returns:
- The viewport width stored by the viewport width property.
-