Module com.flexganttfx.view
Package impl.com.flexganttfx.skin.util
Class ResolverResult<A extends Activity>
java.lang.Object
impl.com.flexganttfx.skin.util.ResolverResult<A>
- Type Parameters:
A
- the type of the activities
The result object returned by the
Resolver
class after resolving
conflicts between overlapping activities.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolverResult
(Map<A, Placement<A>> placements, int maxColumnsCount) Constructs a new resolver result. -
Method Summary
Modifier and TypeMethodDescriptionint
The maximum number of columns for all clusters found as part of the resolution.Returns the placement map.
-
Constructor Details
-
ResolverResult
Constructs a new resolver result.- Parameters:
placements
- the position mapmaxColumnsCount
- the maximum number of columns needed for all clusters
-
-
Method Details
-
getPlacements
Returns the placement map.- Returns:
- the placements
-
getMaxColumns
public int getMaxColumns()The maximum number of columns for all clusters found as part of the resolution.- Returns:
- the maximum number of columns
-