Module org.refcodes.graphical
Package org.refcodes.graphical
Interface FieldGapAccessor.FieldGapBuilder<B extends FieldGapAccessor.FieldGapBuilder<B>>
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- All Known Subinterfaces:
FieldDimension.FieldDimensionBuilder<B>
,GridViewportPane<C,
,B> Raster.RasterBuilder<B>
- All Known Implementing Classes:
RasterPropertyBuilder
- Enclosing interface:
- FieldGapAccessor
public static interface FieldGapAccessor.FieldGapBuilder<B extends FieldGapAccessor.FieldGapBuilder<B>>
Provides a builder method for a field gap property returning the builder
for applying multiple build operations.
-
Method Summary
Modifier and TypeMethodDescriptionwithFieldGap
(int aFieldGap) Sets the field gap for the field gap property.
-
Method Details
-
withFieldGap
Sets the field gap for the field gap property.- Parameters:
aFieldGap
- The field gap to be stored by the field gap property.- Returns:
- The builder for applying multiple build operations.
-