public final class ShadowDeterminerFactory extends Object
| 构造器和说明 |
|---|
ShadowDeterminerFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ShadowAlgorithmDeterminer |
newInstance(ColumnShadowAlgorithm<Comparable<?>> columnShadowAlgorithm)
Create new instance of Shadow algorithm determiner.
|
static ShadowAlgorithmDeterminer |
newInstance(NoteShadowAlgorithm<Comparable<?>> noteShadowAlgorithm)
Create new instance of Shadow algorithm determiner.
|
public static ShadowAlgorithmDeterminer newInstance(NoteShadowAlgorithm<Comparable<?>> noteShadowAlgorithm)
noteShadowAlgorithm - note shadow algorithmpublic static ShadowAlgorithmDeterminer newInstance(ColumnShadowAlgorithm<Comparable<?>> columnShadowAlgorithm)
columnShadowAlgorithm - column shadow algorithmCopyright © 2021 The Apache Software Foundation. All rights reserved.