Module org.refcodes.graphical
Package org.refcodes.graphical
Interface FieldDimension.FieldDimensionProperty
- All Superinterfaces:
FieldDimension
,FieldDimension.FieldDimensionAccessor
,FieldDimension.FieldDimensionMutator
,FieldGapAccessor
,FieldGapAccessor.FieldGapMutator
,FieldGapAccessor.FieldGapProperty
,FieldHeightAccessor
,FieldHeightAccessor.FieldHeightMutator
,FieldHeightAccessor.FieldHeightProperty
,FieldWidthAccessor
,FieldWidthAccessor.FieldWidthMutator
,FieldWidthAccessor.FieldWidthProperty
- All Known Subinterfaces:
GridViewportPane<C,
,B> Raster.RasterProperty
- All Known Implementing Classes:
RasterPropertyBuilder
- Enclosing interface:
- FieldDimension
public static interface FieldDimension.FieldDimensionProperty
extends FieldDimension.FieldDimensionAccessor, 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.FieldDimensionAccessor, FieldDimension.FieldDimensionBuilder<B extends FieldDimension.FieldDimensionBuilder<B>>, FieldDimension.FieldDimensionMutator, FieldDimension.FieldDimensionProperty
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
Modifier and TypeMethodDescriptiondefault Dimension
letFieldDimension
(int aFieldWidth, int aFieldHeight) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenDimension
(setter) as ofFieldDimension.FieldDimensionMutator.setFieldDimension(int, int)
and returns the very same value encapsulated asDimension
instance.default FieldDimension
letFieldDimension
(int aFieldWidth, int aFieldHeight, int aGap) This method stores and passes through the given arguments, which is very useful for builder APIs: Sets the givenDimension
as well as the gap (setter) as ofFieldDimension.FieldDimensionMutator.setFieldDimension(int, int, int)
and returns the very same values encapsulated asFieldDimension
instance.default Dimension
letFieldDimension
(Dimension aDimension) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenDimension
(setter) as ofFieldDimension.FieldDimensionMutator.setFieldDimension(Dimension)
and returns the very same value (getter).default FieldDimension
letFieldDimension
(FieldDimension aFieldDimension) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenFieldDimension
(setter) as ofFieldDimension.FieldDimensionMutator.setFieldDimension(FieldDimension)
and returns the very same value (getter).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.FieldGapAccessor.FieldGapProperty
letFieldGap
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.FieldHeightAccessor.FieldHeightProperty
letFieldHeight
Methods inherited from interface org.refcodes.graphical.FieldWidthAccessor
getFieldWidth
Methods inherited from interface org.refcodes.graphical.FieldWidthAccessor.FieldWidthMutator
setFieldWidth
Methods inherited from interface org.refcodes.graphical.FieldWidthAccessor.FieldWidthProperty
letFieldWidth
-
Method Details
-
letFieldDimension
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenFieldDimension
(setter) as ofFieldDimension.FieldDimensionMutator.setFieldDimension(FieldDimension)
and returns the very same value (getter).- Parameters:
aFieldDimension
- TheFieldDimension
to set (viaFieldDimension.FieldDimensionMutator.setFieldDimension(FieldDimension)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letFieldDimension
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenDimension
(setter) as ofFieldDimension.FieldDimensionMutator.setFieldDimension(Dimension)
and returns the very same value (getter).- Parameters:
aDimension
- TheDimension
to set (viaFieldDimension.FieldDimensionMutator.setFieldDimension(Dimension)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letFieldDimension
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenDimension
(setter) as ofFieldDimension.FieldDimensionMutator.setFieldDimension(int, int)
and returns the very same value encapsulated asDimension
instance.- Parameters:
aFieldWidth
- The widthDimension
to set (viaFieldWidthAccessor.FieldWidthMutator.setFieldWidth(int)
).aFieldHeight
- The heightDimension
to set (viaFieldHeightAccessor.FieldHeightMutator.setFieldHeight(int)
).- Returns:
- Returns the values passed encapsulated in a
Dimension
object for it to be used in conclusive processing steps.
-
letFieldDimension
This method stores and passes through the given arguments, which is very useful for builder APIs: Sets the givenDimension
as well as the gap (setter) as ofFieldDimension.FieldDimensionMutator.setFieldDimension(int, int, int)
and returns the very same values encapsulated asFieldDimension
instance.- Parameters:
aFieldWidth
- The widthDimension
to set (viaFieldWidthAccessor.FieldWidthMutator.setFieldWidth(int)
).aFieldHeight
- The heightDimension
to set (viaFieldHeightAccessor.FieldHeightMutator.setFieldHeight(int)
).aGap
- The according gap.- Returns:
- Returns the values passed encapsulated in a
FieldDimension
object for it to be used in conclusive processing steps.
-