Package org.refcodes.graphical
Interface WidthAccessor.WidthMutator
-
- All Known Subinterfaces:
Dimension.DimensionMutator,Dimension.DimensionProperty,Dimension.DimensionPropertyBuilder,PixmapImageBuilder<PX>,RgbPixmapImageBuilder,WidthAccessor.WidthProperty
- All Known Implementing Classes:
DimensionImpl.DimensionPropertyBuilderImpl,RgbPixmapImageBuilderImpl
- Enclosing interface:
- WidthAccessor
public static interface WidthAccessor.WidthMutatorProvides a mutator for a width property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetWidth(int aWidth)Sets the width for the width property.
-