public class CountRangeConfig extends java.lang.Object implements IPlacementConfig
Modifier and Type | Field and Description |
---|---|
int |
count |
int |
maxHeight |
int |
maxHeightBase |
int |
minHeight |
NO_PLACEMENT_CONFIG
Constructor and Description |
---|
CountRangeConfig(int countIn,
int minHeightIn,
int maxHeightBaseIn,
int maxHeightIn) |