- 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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a height property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a height property.static interfaceProvides a height property. -
Method Summary
-
Method Details
-
getHeight
int getHeight()Retrieves the height from the height property.- Returns:
- The height stored by the height property.
-