Klasse ResolverResult<A extends Activity>
java.lang.Object
impl.com.flexganttfx.skin.util.ResolverResult<A>
- Typparameter:
A- the type of the activities
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungResolverResult(Map<A, Placement<A>> placements, int maxColumnsCount) Constructs a new resolver result. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintThe maximum number of columns for all clusters found as part of the resolution.Returns the placement map.
-
Konstruktordetails
-
ResolverResult
-
-
Methodendetails
-
getPlacements
-
getMaxColumns
public int getMaxColumns()The maximum number of columns for all clusters found as part of the resolution.- Gibt zurück:
- the maximum number of columns
-