Package org.refcodes.graphical
Interface FieldHeightAccessor.FieldHeightProperty
-
- All Superinterfaces:
FieldHeightAccessor,FieldHeightAccessor.FieldHeightMutator
- All Known Subinterfaces:
FieldDimension.FieldDimensionProperty,FieldDimension.FieldDimensionPropertyBuilder,Raster.RasterProperty,Raster.RasterPropertyBuilder,ViewportPane<B>
- All Known Implementing Classes:
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl,RasterImpl.RasterPropertyBuilderImpl
- Enclosing interface:
- FieldHeightAccessor
public static interface FieldHeightAccessor.FieldHeightProperty extends FieldHeightAccessor, FieldHeightAccessor.FieldHeightMutator
Provides a field height property.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.graphical.FieldHeightAccessor
FieldHeightAccessor.FieldHeightBuilder<B extends FieldHeightAccessor.FieldHeightBuilder<B>>, FieldHeightAccessor.FieldHeightMutator, FieldHeightAccessor.FieldHeightProperty
-
-
Method Summary
-
Methods inherited from interface org.refcodes.graphical.FieldHeightAccessor
getFieldHeight
-
Methods inherited from interface org.refcodes.graphical.FieldHeightAccessor.FieldHeightMutator
setFieldHeight
-
-