- 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
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a height property returning the builder for applying multiple build operations.static interface
Provides a mutator for a height property.static interface
Provides 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.
-