public static class RasterImpl.RasterPropertyBuilderImpl extends RasterImpl implements Raster.RasterPropertyBuilder
RasterImpl.RasterPropertyBuilderImplRaster.RasterBuilder<B extends Raster.RasterBuilder<B>>, Raster.RasterMutator, Raster.RasterProperty, Raster.RasterPropertyBuilderFieldDimension.FieldDimensionBuilder<B extends FieldDimension.FieldDimensionBuilder<B>>, FieldDimension.FieldDimensionMutator, FieldDimension.FieldDimensionProperty, FieldDimension.FieldDimensionPropertyBuilderFieldWidthAccessor.FieldWidthBuilder<B extends FieldWidthAccessor.FieldWidthBuilder<B>>, FieldWidthAccessor.FieldWidthMutator, FieldWidthAccessor.FieldWidthPropertyFieldHeightAccessor.FieldHeightBuilder<B extends FieldHeightAccessor.FieldHeightBuilder<B>>, FieldHeightAccessor.FieldHeightMutator, FieldHeightAccessor.FieldHeightPropertyFieldGapAccessor.FieldGapBuilder<B extends FieldGapAccessor.FieldGapBuilder<B>>, FieldGapAccessor.FieldGapMutator, FieldGapAccessor.FieldGapPropertyGridDimension.GridDimensionBuilder<B extends GridDimension.GridDimensionBuilder<B>>, GridDimension.GridDimensionMutator, GridDimension.GridDimensionProperty, GridDimension.GridDimensionPropertyBuilderGridWidthAccessor.GridWidthBuilder<B extends GridWidthAccessor.GridWidthBuilder<B>>, GridWidthAccessor.GridWidthMutator, GridWidthAccessor.GridWidthPropertyGridHeightAccessor.GridHeightBuilder<B extends GridHeightAccessor.GridHeightBuilder<B>>, GridHeightAccessor.GridHeightMutator, GridHeightAccessor.GridHeightPropertyGridModeAccessor.GridModeBuilder<B extends GridModeAccessor.GridModeBuilder<B>>, GridModeAccessor.GridModeMutator, GridModeAccessor.GridModeProperty_fieldGap, _fieldHeight, _fieldWidth, _gridHeight, _gridMode, _gridWidth| Constructor and Description |
|---|
RasterPropertyBuilderImpl()
Instantiates a new raster property builder impl.
|
RasterPropertyBuilderImpl(int aGridWidth,
int aGridHeight,
int aWidth,
int aHeight,
int aGap,
GridMode aGridMode)
Instantiates a new raster property builder impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setFieldDimension(Dimension aDimension)
Sets the field dimension.
|
void |
setFieldDimension(FieldDimension aDimension)
Sets the field dimension.
|
void |
setFieldDimension(int aWidth,
int aHeight)
Sets the field dimension.
|
void |
setFieldDimension(int aWidth,
int aHeight,
int aGap)
Sets the field dimension.
|
void |
setFieldGap(int aGap)
Sets the field gap for the field gap property.
|
void |
setFieldHeight(int aHeight)
Sets the field height for the field height property.
|
void |
setFieldWidth(int aWidth)
Sets the field width for the field width property.
|
void |
setGridDimension(Dimension aDimension)
Sets the grid dimension.
|
void |
setGridDimension(GridDimension aDimension)
Sets the grid dimension.
|
void |
setGridDimension(int aWidth,
int aHeight)
Sets the grid dimension.
|
void |
setGridHeight(int aHeight)
Sets the grid height for the grid height property.
|
void |
setGridMode(GridMode aGridMode)
Sets the grid mode for the grid mode property.
|
void |
setGridWidth(int aWidth)
Sets the grid width for the grid width property.
|
RasterImpl.RasterPropertyBuilderImpl |
withFieldDimension(Dimension aDimension)
With field dimension.
|
RasterImpl.RasterPropertyBuilderImpl |
withFieldDimension(FieldDimension aField)
With field dimension.
|
RasterImpl.RasterPropertyBuilderImpl |
withFieldDimension(int aWidth,
int aHeight)
With field dimension.
|
RasterImpl.RasterPropertyBuilderImpl |
withFieldDimension(int aWidth,
int aHeight,
int aGap)
With field dimension.
|
RasterImpl.RasterPropertyBuilderImpl |
withFieldGap(int aGap)
Sets the field gap for the field gap property.
|
RasterImpl.RasterPropertyBuilderImpl |
withFieldHeight(int aHeight)
Sets the field height for the field height property.
|
RasterImpl.RasterPropertyBuilderImpl |
withFieldWidth(int aWidth)
Sets the field width for the field width property.
|
RasterImpl.RasterPropertyBuilderImpl |
withGridDimension(Dimension aDimension)
With grid dimension.
|
RasterImpl.RasterPropertyBuilderImpl |
withGridDimension(GridDimension aDimension)
With grid dimension.
|
RasterImpl.RasterPropertyBuilderImpl |
withGridDimension(int aGridWidth,
int aGridHeight)
With grid dimension.
|
RasterImpl.RasterPropertyBuilderImpl |
withGridHeight(int aHeight)
Sets the grid height for the grid height property.
|
RasterImpl.RasterPropertyBuilderImpl |
withGridMode(GridMode aGridMode)
Sets the grid mode for the grid mode property.
|
RasterImpl.RasterPropertyBuilderImpl |
withGridWidth(int aWidth)
Sets the grid width for the grid width property.
|
getFieldGap, getFieldHeight, getFieldWidth, getGridHeight, getGridMode, getGridWidthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsgetFieldWidthgetFieldHeightgetFieldGapequals, isInBounds, isInBounds, isInHeight, isInWidthgetGridWidthgetGridHeightgetGridModepublic RasterPropertyBuilderImpl()
public RasterPropertyBuilderImpl(int aGridWidth,
int aGridHeight,
int aWidth,
int aHeight,
int aGap,
GridMode aGridMode)
aGridWidth - the grid widthaGridHeight - the grid heightaWidth - the widthaHeight - the heightaGap - the gapaGridMode - the grid modepublic void setGridDimension(int aWidth,
int aHeight)
setGridDimension in interface GridDimension.GridDimensionMutatoraWidth - the widthaHeight - the heightpublic void setGridDimension(GridDimension aDimension)
setGridDimension in interface GridDimension.GridDimensionMutatoraDimension - the new grid dimensionpublic void setGridDimension(Dimension aDimension)
setGridDimension in interface GridDimension.GridDimensionMutatoraDimension - the new grid dimensionpublic void setGridWidth(int aWidth)
setGridWidth in interface GridWidthAccessor.GridWidthMutatoraWidth - The grid width to be stored by the grid width property.public void setGridHeight(int aHeight)
setGridHeight in interface GridHeightAccessor.GridHeightMutatoraHeight - The grid height to be stored by the grid height
property.public RasterImpl.RasterPropertyBuilderImpl withGridDimension(int aGridWidth, int aGridHeight)
withGridDimension in interface GridDimension.GridDimensionBuilder<Raster.RasterPropertyBuilder>aGridWidth - the grid widthaGridHeight - the grid heightpublic RasterImpl.RasterPropertyBuilderImpl withGridDimension(GridDimension aDimension)
withGridDimension in interface GridDimension.GridDimensionBuilder<Raster.RasterPropertyBuilder>aDimension - the dimensionpublic RasterImpl.RasterPropertyBuilderImpl withGridDimension(Dimension aDimension)
withGridDimension in interface GridDimension.GridDimensionBuilder<Raster.RasterPropertyBuilder>aDimension - the dimensionpublic RasterImpl.RasterPropertyBuilderImpl withGridWidth(int aWidth)
withGridWidth in interface GridWidthAccessor.GridWidthBuilder<Raster.RasterPropertyBuilder>aWidth - The grid width to be stored by the grid width property.public RasterImpl.RasterPropertyBuilderImpl withGridHeight(int aHeight)
withGridHeight in interface GridHeightAccessor.GridHeightBuilder<Raster.RasterPropertyBuilder>aHeight - The grid height to be stored by the grid height
property.public void setGridMode(GridMode aGridMode)
setGridMode in interface GridModeAccessor.GridModeMutatoraGridMode - The grid mode to be stored by the grid mode
property.public RasterImpl.RasterPropertyBuilderImpl withGridMode(GridMode aGridMode)
withGridMode in interface GridModeAccessor.GridModeBuilder<Raster.RasterPropertyBuilder>aGridMode - The grid mode to be stored by the grid mode
property.public RasterImpl.RasterPropertyBuilderImpl withFieldWidth(int aWidth)
withFieldWidth in interface FieldWidthAccessor.FieldWidthBuilder<Raster.RasterPropertyBuilder>aWidth - The field width to be stored by the field width
property.public RasterImpl.RasterPropertyBuilderImpl withFieldHeight(int aHeight)
withFieldHeight in interface FieldHeightAccessor.FieldHeightBuilder<Raster.RasterPropertyBuilder>aHeight - The field height to be stored by the field height
property.public RasterImpl.RasterPropertyBuilderImpl withFieldDimension(int aWidth, int aHeight)
withFieldDimension in interface FieldDimension.FieldDimensionBuilder<Raster.RasterPropertyBuilder>aWidth - the field widthaHeight - the field heightpublic RasterImpl.RasterPropertyBuilderImpl withFieldDimension(int aWidth, int aHeight, int aGap)
withFieldDimension in interface FieldDimension.FieldDimensionBuilder<Raster.RasterPropertyBuilder>aWidth - the field widthaHeight - the field heightaGap - the gappublic RasterImpl.RasterPropertyBuilderImpl withFieldDimension(FieldDimension aField)
withFieldDimension in interface FieldDimension.FieldDimensionBuilder<Raster.RasterPropertyBuilder>aField - the fieldpublic RasterImpl.RasterPropertyBuilderImpl withFieldDimension(Dimension aDimension)
withFieldDimension in interface FieldDimension.FieldDimensionBuilder<Raster.RasterPropertyBuilder>aDimension - the dimensionpublic void setFieldGap(int aGap)
setFieldGap in interface FieldGapAccessor.FieldGapMutatoraGap - The field gap to be stored by the field gap
property.public RasterImpl.RasterPropertyBuilderImpl withFieldGap(int aGap)
withFieldGap in interface FieldGapAccessor.FieldGapBuilder<Raster.RasterPropertyBuilder>aGap - The field gap to be stored by the field gap
property.public void setFieldDimension(int aWidth,
int aHeight)
setFieldDimension in interface FieldDimension.FieldDimensionMutatoraWidth - the field widthaHeight - the field heightpublic void setFieldDimension(int aWidth,
int aHeight,
int aGap)
setFieldDimension in interface FieldDimension.FieldDimensionMutatoraWidth - the field widthaHeight - the field heightaGap - the gappublic void setFieldDimension(FieldDimension aDimension)
setFieldDimension in interface FieldDimension.FieldDimensionMutatoraDimension - the new field dimensionpublic void setFieldDimension(Dimension aDimension)
setFieldDimension in interface FieldDimension.FieldDimensionMutatoraDimension - the new field dimensionpublic void setFieldWidth(int aWidth)
setFieldWidth in interface FieldWidthAccessor.FieldWidthMutatoraWidth - The field width to be stored by the field width
property.public void setFieldHeight(int aHeight)
setFieldHeight in interface FieldHeightAccessor.FieldHeightMutatoraHeight - The field height to be stored by the field height
property.Copyright © 2018. All rights reserved.