-
public interface TwoPaneStrategyA strategy for configuring the TwoPane component, that is responsible for the meta-data corresponding to the arrangement of the two panes of the layout.
-
-
Method Summary
Modifier and Type Method Description abstract SplitResultcalculateSplitResult(Density density, LayoutDirection layoutDirection, LayoutCoordinates layoutCoordinates)Calculates the split result in local bounds of the TwoPane. -
-
Method Detail
-
calculateSplitResult
abstract SplitResult calculateSplitResult(Density density, LayoutDirection layoutDirection, LayoutCoordinates layoutCoordinates)
Calculates the split result in local bounds of the TwoPane.
- Parameters:
density- the Density for measuring and laying outlayoutDirection- the LayoutDirection for measuring and laying outlayoutCoordinates- the LayoutCoordinates of the TwoPane
-
-
-
-