public static final class DefaultLayoutManager.Builder
extends java.lang.Object
DefaultLayoutManager
instanceConstructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DefaultLayoutManager |
build() |
DefaultLayoutManager.Builder |
setBottomInnerLayoutStrategy(IAxisLayoutStrategy bottomInnerLayoutStrategy) |
DefaultLayoutManager.Builder |
setBottomOuterAxesLayoutStrategy(IAxisLayoutStrategy bottomOuterAxesLayoutStrategy) |
DefaultLayoutManager.Builder |
setLeftInnerAxesLayoutStrategy(IAxisLayoutStrategy leftInnerAxesLayoutStrategy) |
DefaultLayoutManager.Builder |
setLeftOuterAxesLayoutStrategy(IAxisLayoutStrategy leftOuterAxesLayoutStrategy) |
DefaultLayoutManager.Builder |
setRightInnerAxesLayoutStrategy(IAxisLayoutStrategy rightInnerAxesLayoutStrategy) |
DefaultLayoutManager.Builder |
setRightOuterAxesLayoutStrategy(IAxisLayoutStrategy rightOuterAxesLayoutStrategy) |
DefaultLayoutManager.Builder |
setTopInnerAxesLayoutStrategy(IAxisLayoutStrategy topInnerAxesLayoutStrategy) |
DefaultLayoutManager.Builder |
setTopOuterAxesLayoutStrategy(IAxisLayoutStrategy topOuterAxesLayoutStrategy) |
public DefaultLayoutManager build()
public DefaultLayoutManager.Builder setLeftOuterAxesLayoutStrategy(IAxisLayoutStrategy leftOuterAxesLayoutStrategy)
public DefaultLayoutManager.Builder setRightOuterAxesLayoutStrategy(IAxisLayoutStrategy rightOuterAxesLayoutStrategy)
public DefaultLayoutManager.Builder setTopOuterAxesLayoutStrategy(IAxisLayoutStrategy topOuterAxesLayoutStrategy)
public DefaultLayoutManager.Builder setBottomOuterAxesLayoutStrategy(IAxisLayoutStrategy bottomOuterAxesLayoutStrategy)
public DefaultLayoutManager.Builder setLeftInnerAxesLayoutStrategy(IAxisLayoutStrategy leftInnerAxesLayoutStrategy)
public DefaultLayoutManager.Builder setRightInnerAxesLayoutStrategy(IAxisLayoutStrategy rightInnerAxesLayoutStrategy)
public DefaultLayoutManager.Builder setTopInnerAxesLayoutStrategy(IAxisLayoutStrategy topInnerAxesLayoutStrategy)
public DefaultLayoutManager.Builder setBottomInnerLayoutStrategy(IAxisLayoutStrategy bottomInnerLayoutStrategy)