Interface ViewportWidthAccessor.ViewportWidthMutator

All Known Subinterfaces:
ViewportDimension.ViewportDimensionMutator, ViewportDimension.ViewportDimensionProperty, ViewportPane<C,​B>, ViewportWidthAccessor.ViewportWidthProperty
All Known Implementing Classes:
ViewportDimensionPropertyBuilder
Enclosing interface:
ViewportWidthAccessor

public static interface ViewportWidthAccessor.ViewportWidthMutator
Provides a mutator for a viewport width property.
  • Method Summary

    Modifier and Type Method Description
    void setViewportWidth​(int aWidth)
    Sets the viewport width for the viewport width property.
  • Method Details

    • setViewportWidth

      void setViewportWidth​(int aWidth)
      Sets the viewport width for the viewport width property.
      Parameters:
      aWidth - The viewport width to be stored by the viewport width property.