Interface ViewportWidthAccessor.ViewportWidthMutator

All Known Subinterfaces:
GridViewportPane<C,B>, ViewportDimension.ViewportDimensionMutator, ViewportDimension.ViewportDimensionProperty, 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.