Interface WidthAccessor.WidthMutator

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

public static interface WidthAccessor.WidthMutator
Provides a mutator for a width property.
  • Method Summary

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

    • setWidth

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