Interface ViewportHeightAccessor.ViewportHeightMutator

All Known Subinterfaces:
GridViewportPane<C,B>, ViewportDimension.ViewportDimensionMutator, ViewportDimension.ViewportDimensionProperty, ViewportHeightAccessor.ViewportHeightProperty
All Known Implementing Classes:
ViewportDimensionPropertyBuilder
Enclosing interface:
ViewportHeightAccessor

public static interface ViewportHeightAccessor.ViewportHeightMutator
Provides a mutator for a viewport height property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setViewportHeight(int aHeight)
    Sets the viewport height for the viewport height property.
  • Method Details

    • setViewportHeight

      void setViewportHeight(int aHeight)
      Sets the viewport height for the viewport height property.
      Parameters:
      aHeight - The viewport height to be stored by the viewport height property.