Interface HeightAccessor

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

public interface HeightAccessor
Provides an accessor for a height property.
  • Method Details

    • getHeight

      int getHeight()
      Retrieves the height from the height property.
      Returns:
      The height stored by the height property.