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