Interface WidthAccessor

All Known Subinterfaces:
Dimension, Dimension.DimensionAccessor, Dimension.DimensionProperty, Pixmap<PX>, Pixmap.PixmapBuilder<PX,B>, Pixmap.PixmapProperty<PX>, PixmapImageBuilder<PX>, Rectangle, Rectangle.RectangleProperty, RgbPixmap, RgbPixmap.RgbPixmapBuilder, RgbPixmap.RgbPixmapProperty, WidthAccessor.WidthProperty
All Known Implementing Classes:
DimensionImpl, RectangleImpl, RgbPixmapBuilderImpl, RgbPixmapImageBuilder, RgbPixmapImpl

public interface WidthAccessor
Provides an accessor for a width property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for a width property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a width property.
    static interface 
    Provides a width property.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Retrieves the width from the width property.
  • Method Details

    • getWidth

      int getWidth()
      Retrieves the width from the width property.
      Returns:
      The width stored by the width property.