|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFillableLayer
The Interface IFillableLayer.
Method Summary | |
---|---|
void |
setFill(double value,
DoubleMatrix... matrices)
Sets the fill. |
void |
setFillRandom(DoubleMatrix... matrices)
Sets the fill random. |
void |
setFillRandomFloor(DoubleMatrix... matrices)
Sets the fill random floor. |
void |
setFillRandomMinMax(double min,
double max,
DoubleMatrix... matrices)
Sets the fill random min max. |
void |
setFillRandomMinMaxFloor(int min,
int max,
DoubleMatrix... matrices)
Sets the fill random min max floor. |
Method Detail |
---|
void setFill(double value, DoubleMatrix... matrices)
value
- the valuematrices
- the matricesvoid setFillRandom(DoubleMatrix... matrices)
matrices
- the new fill randomvoid setFillRandomFloor(DoubleMatrix... matrices)
matrices
- the new fill random floorvoid setFillRandomMinMax(double min, double max, DoubleMatrix... matrices)
min
- the minmax
- the maxmatrices
- the matricesvoid setFillRandomMinMaxFloor(int min, int max, DoubleMatrix... matrices)
min
- the minmax
- the maxmatrices
- the matrices
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |