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, waitequalsgetFieldWidthgetFieldHeightgetFieldGapequalsgetGridWidthgetGridHeightgetGridModepublic RasterPropertyBuilderImpl()
public RasterPropertyBuilderImpl(int aGridWidth,
int aGridHeight,
int aWidth,
int aHeight,
int aGap,
GridMode aGridMode)
aGridWidth - the a grid widthaGridHeight - the a grid heightaWidth - the a widthaHeight - the a heightaGap - the a gapaGridMode - the a grid modepublic void setGridDimension(int aWidth,
int aHeight)
GridDimension.GridDimensionMutatorsetGridDimension in interface GridDimension.GridDimensionMutatoraWidth - the a widthaHeight - the a heightpublic void setGridDimension(GridDimension aDimension)
GridDimension.GridDimensionMutatorsetGridDimension in interface GridDimension.GridDimensionMutatoraDimension - the new grid dimensionpublic void setGridDimension(Dimension aDimension)
GridDimension.GridDimensionMutatorsetGridDimension in interface GridDimension.GridDimensionMutatoraDimension - the new grid dimensionpublic void setGridWidth(int aWidth)
GridWidthAccessor.GridWidthMutatorsetGridWidth in interface GridWidthAccessor.GridWidthMutatoraWidth - The grid width to be stored by the grid width property.public void setGridHeight(int aHeight)
GridHeightAccessor.GridHeightMutatorsetGridHeight in interface GridHeightAccessor.GridHeightMutatoraHeight - The grid height to be stored by the grid height
property.public RasterImpl.RasterPropertyBuilderImpl withGridDimension(int aGridWidth, int aGridHeight)
GridDimension.GridDimensionBuilderwithGridDimension in interface GridDimension.GridDimensionBuilder<Raster.RasterPropertyBuilder>aGridWidth - the a grid widthaGridHeight - the a grid heightpublic RasterImpl.RasterPropertyBuilderImpl withGridDimension(GridDimension aDimension)
GridDimension.GridDimensionBuilderwithGridDimension in interface GridDimension.GridDimensionBuilder<Raster.RasterPropertyBuilder>aDimension - the a dimensionpublic RasterImpl.RasterPropertyBuilderImpl withGridDimension(Dimension aDimension)
GridDimension.GridDimensionBuilderwithGridDimension in interface GridDimension.GridDimensionBuilder<Raster.RasterPropertyBuilder>aDimension - the a dimensionpublic RasterImpl.RasterPropertyBuilderImpl withGridWidth(int aWidth)
GridWidthAccessor.GridWidthBuilderwithGridWidth in interface GridWidthAccessor.GridWidthBuilder<Raster.RasterPropertyBuilder>aWidth - The grid width to be stored by the grid width property.public RasterImpl.RasterPropertyBuilderImpl withGridHeight(int aHeight)
GridHeightAccessor.GridHeightBuilderwithGridHeight in interface GridHeightAccessor.GridHeightBuilder<Raster.RasterPropertyBuilder>aHeight - The grid height to be stored by the grid height
property.public void setGridMode(GridMode aGridMode)
GridModeAccessor.GridModeMutatorsetGridMode in interface GridModeAccessor.GridModeMutatoraGridMode - The grid mode to be stored by the grid mode
property.public RasterImpl.RasterPropertyBuilderImpl withGridMode(GridMode aGridMode)
GridModeAccessor.GridModeBuilderwithGridMode in interface GridModeAccessor.GridModeBuilder<Raster.RasterPropertyBuilder>aGridMode - The grid mode to be stored by the grid mode
property.public RasterImpl.RasterPropertyBuilderImpl withFieldWidth(int aWidth)
FieldWidthAccessor.FieldWidthBuilderwithFieldWidth in interface FieldWidthAccessor.FieldWidthBuilder<Raster.RasterPropertyBuilder>aWidth - The field width to be stored by the field width
property.public RasterImpl.RasterPropertyBuilderImpl withFieldHeight(int aHeight)
FieldHeightAccessor.FieldHeightBuilderwithFieldHeight 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)
FieldDimension.FieldDimensionBuilderwithFieldDimension in interface FieldDimension.FieldDimensionBuilder<Raster.RasterPropertyBuilder>aWidth - the a field widthaHeight - the a field heightpublic RasterImpl.RasterPropertyBuilderImpl withFieldDimension(int aWidth, int aHeight, int aGap)
FieldDimension.FieldDimensionBuilderwithFieldDimension in interface FieldDimension.FieldDimensionBuilder<Raster.RasterPropertyBuilder>aWidth - the a field widthaHeight - the a field heightaGap - the a gappublic RasterImpl.RasterPropertyBuilderImpl withFieldDimension(FieldDimension aField)
FieldDimension.FieldDimensionBuilderwithFieldDimension in interface FieldDimension.FieldDimensionBuilder<Raster.RasterPropertyBuilder>aField - the a fieldpublic RasterImpl.RasterPropertyBuilderImpl withFieldDimension(Dimension aDimension)
FieldDimension.FieldDimensionBuilderwithFieldDimension in interface FieldDimension.FieldDimensionBuilder<Raster.RasterPropertyBuilder>aDimension - the a dimensionpublic void setFieldGap(int aGap)
FieldGapAccessor.FieldGapMutatorsetFieldGap in interface FieldGapAccessor.FieldGapMutatoraGap - The field gap to be stored by the field gap
property.public RasterImpl.RasterPropertyBuilderImpl withFieldGap(int aGap)
FieldGapAccessor.FieldGapBuilderwithFieldGap 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)
FieldDimension.FieldDimensionMutatorsetFieldDimension in interface FieldDimension.FieldDimensionMutatoraWidth - the a field widthaHeight - the a field heightpublic void setFieldDimension(int aWidth,
int aHeight,
int aGap)
FieldDimension.FieldDimensionMutatorsetFieldDimension in interface FieldDimension.FieldDimensionMutatoraWidth - the a field widthaHeight - the a field heightaGap - the a gappublic void setFieldDimension(FieldDimension aDimension)
FieldDimension.FieldDimensionMutatorsetFieldDimension in interface FieldDimension.FieldDimensionMutatoraDimension - the new field dimensionpublic void setFieldDimension(Dimension aDimension)
FieldDimension.FieldDimensionMutatorsetFieldDimension in interface FieldDimension.FieldDimensionMutatoraDimension - the new field dimensionpublic void setFieldWidth(int aWidth)
FieldWidthAccessor.FieldWidthMutatorsetFieldWidth in interface FieldWidthAccessor.FieldWidthMutatoraWidth - The field width to be stored by the field width
property.public void setFieldHeight(int aHeight)
FieldHeightAccessor.FieldHeightMutatorsetFieldHeight in interface FieldHeightAccessor.FieldHeightMutatoraHeight - The field height to be stored by the field height
property.Copyright © 2017. All rights reserved.