Package org.refcodes.graphical
Interface FieldWidthAccessor.FieldWidthProperty
-
- All Superinterfaces:
FieldWidthAccessor,FieldWidthAccessor.FieldWidthMutator
- All Known Subinterfaces:
FieldDimension.FieldDimensionProperty,FieldDimension.FieldDimensionPropertyBuilder,Raster.RasterProperty,Raster.RasterPropertyBuilder,ViewportPane<B>
- All Known Implementing Classes:
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl,RasterImpl.RasterPropertyBuilderImpl
- Enclosing interface:
- FieldWidthAccessor
public static interface FieldWidthAccessor.FieldWidthProperty extends FieldWidthAccessor, FieldWidthAccessor.FieldWidthMutator
Provides a field width property.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.graphical.FieldWidthAccessor
FieldWidthAccessor.FieldWidthBuilder<B extends FieldWidthAccessor.FieldWidthBuilder<B>>, FieldWidthAccessor.FieldWidthMutator, FieldWidthAccessor.FieldWidthProperty
-
-
Method Summary
-
Methods inherited from interface org.refcodes.graphical.FieldWidthAccessor
getFieldWidth
-
Methods inherited from interface org.refcodes.graphical.FieldWidthAccessor.FieldWidthMutator
setFieldWidth
-
-