Package org.refcodes.graphical
Interface WidthAccessor.WidthProperty
-
- All Superinterfaces:
WidthAccessor,WidthAccessor.WidthMutator
- All Known Subinterfaces:
Dimension.DimensionProperty,Dimension.DimensionPropertyBuilder,PixmapImageBuilder<PX>,RgbPixmapImageBuilder
- All Known Implementing Classes:
DimensionImpl.DimensionPropertyBuilderImpl,RgbPixmapImageBuilderImpl
- Enclosing interface:
- WidthAccessor
public static interface WidthAccessor.WidthProperty extends WidthAccessor, WidthAccessor.WidthMutator
Provides a width property.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.graphical.WidthAccessor
WidthAccessor.WidthBuilder<B extends WidthAccessor.WidthBuilder<B>>, WidthAccessor.WidthMutator, WidthAccessor.WidthProperty
-
-
Method Summary
-
Methods inherited from interface org.refcodes.graphical.WidthAccessor
getWidth
-
Methods inherited from interface org.refcodes.graphical.WidthAccessor.WidthMutator
setWidth
-
-