Interface HeightAccessor.HeightMutator

All Known Subinterfaces:
Dimension.DimensionMutator, Dimension.DimensionProperty, HeightAccessor.HeightProperty, PixmapImageBuilder<PX>, Rectangle.RectangleMutator, Rectangle.RectangleProperty
All Known Implementing Classes:
RgbPixmapImageBuilder
Enclosing interface:
HeightAccessor

public static interface HeightAccessor.HeightMutator
Provides a mutator for a height property.
  • Method Summary

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

    • setHeight

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