Klasse Placement<A extends Activity>
java.lang.Object
impl.com.flexganttfx.skin.util.Placement<A>
- Typparameter:
A- the type of the activities
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the activity.intReturns the total number of columns used for the cluster where the activity is being shown.intReturns the index of the column where the activity will be shown within its cluster.toString()
-
Konstruktordetails
-
Placement
Constructs a new placement.- Parameter:
activity- the activity to be placedcolumnIndex- the column where the activity will be showncolumnCount- the total number of columns in the cluster
-
-
Methodendetails
-
getActivity
-
getColumnIndex
public int getColumnIndex()Returns the index of the column where the activity will be shown within its cluster.- Gibt zurück:
- the column index
-
getColumnCount
public int getColumnCount()Returns the total number of columns used for the cluster where the activity is being shown.- Gibt zurück:
- the total number of columns
-
toString
-