Package org.refcodes.graphical
Interface FieldDimension.FieldDimensionProperty
-
- All Superinterfaces:
FieldDimension,FieldDimension.FieldDimensionMutator,FieldGapAccessor,FieldGapAccessor.FieldGapMutator,FieldGapAccessor.FieldGapProperty,FieldHeightAccessor,FieldHeightAccessor.FieldHeightMutator,FieldHeightAccessor.FieldHeightProperty,FieldWidthAccessor,FieldWidthAccessor.FieldWidthMutator,FieldWidthAccessor.FieldWidthProperty
- All Known Subinterfaces:
FieldDimension.FieldDimensionPropertyBuilder,Raster.RasterProperty,Raster.RasterPropertyBuilder,ViewportPane<B>
- All Known Implementing Classes:
FieldDimensionImpl.FieldDimensionPropertyBuilderImpl,RasterImpl.RasterPropertyBuilderImpl
- Enclosing interface:
- FieldDimension
public static interface FieldDimension.FieldDimensionProperty extends FieldDimension, FieldDimension.FieldDimensionMutator, FieldWidthAccessor.FieldWidthProperty, FieldHeightAccessor.FieldHeightProperty, FieldGapAccessor.FieldGapProperty
The Interface FieldDimensionProperty.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.graphical.FieldDimension
FieldDimension.FieldDimensionBuilder<B extends FieldDimension.FieldDimensionBuilder<B>>, FieldDimension.FieldDimensionMutator, FieldDimension.FieldDimensionProperty, FieldDimension.FieldDimensionPropertyBuilder
-
Nested classes/interfaces inherited from interface org.refcodes.graphical.FieldGapAccessor
FieldGapAccessor.FieldGapBuilder<B extends FieldGapAccessor.FieldGapBuilder<B>>, FieldGapAccessor.FieldGapMutator, FieldGapAccessor.FieldGapProperty
-
Nested classes/interfaces inherited from interface org.refcodes.graphical.FieldHeightAccessor
FieldHeightAccessor.FieldHeightBuilder<B extends FieldHeightAccessor.FieldHeightBuilder<B>>, FieldHeightAccessor.FieldHeightMutator, FieldHeightAccessor.FieldHeightProperty
-
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.FieldDimension
equals
-
Methods inherited from interface org.refcodes.graphical.FieldDimension.FieldDimensionMutator
setFieldDimension, setFieldDimension, setFieldDimension, setFieldDimension
-
Methods inherited from interface org.refcodes.graphical.FieldGapAccessor
getFieldGap
-
Methods inherited from interface org.refcodes.graphical.FieldGapAccessor.FieldGapMutator
setFieldGap
-
Methods inherited from interface org.refcodes.graphical.FieldHeightAccessor
getFieldHeight
-
Methods inherited from interface org.refcodes.graphical.FieldHeightAccessor.FieldHeightMutator
setFieldHeight
-
Methods inherited from interface org.refcodes.graphical.FieldWidthAccessor
getFieldWidth
-
Methods inherited from interface org.refcodes.graphical.FieldWidthAccessor.FieldWidthMutator
setFieldWidth
-
-