Verwendungen von Klasse
com.flexganttfx.model.Layer
Packages, die Layer verwenden
Package
Beschreibung
Top-level model classes required for creating a Gantt chart.
Classes and interfaces related to calendars.
Classes related to activity repositories.
The main Gantt chart controls.
The various graphics controls that are used for rendering the Gantt chart.
-
Verwendungen von Layer in com.flexganttfx.model
Methoden in com.flexganttfx.model, die Layer zurückgebenModifizierer und TypMethodeBeschreibungActivityRef.getLayer()The layer on which the activity is shown.Methoden in com.flexganttfx.model mit Parametern vom Typ LayerModifizierer und TypMethodeBeschreibungfinal voidRow.addActivity(Layer layer, A activity) Adds the given activity for the given layer to this row.final voidRow.clearActivities(Layer layer) Removes all activities on the given layer from the row.ActivityRepository.getActivities(Layer layer, Instant startTime, Instant endTime, TemporalUnit temporalUnit, ZoneId zoneId) Returns an iterator for iterating over all activities found for the given layer and time interval.final voidRow.removeActivity(Layer layer, A activity) Removes the given activity from the given layer from this row.Konstruktoren in com.flexganttfx.model mit Parametern vom Typ LayerModifiziererKonstruktorBeschreibungActivityRef(Row<?, ?, A> row, Layer layer, A activity) Constructs a new activity reference. -
Verwendungen von Layer in com.flexganttfx.model.calendar
Methoden in com.flexganttfx.model.calendar mit Parametern vom Typ LayerModifizierer und TypMethodeBeschreibungWeekendCalendar.getActivities(Layer layer, Instant startTime, Instant endTime, TemporalUnit temporalUnit, ZoneId zoneId) -
Verwendungen von Layer in com.flexganttfx.model.repository
Methoden in com.flexganttfx.model.repository mit Parametern vom Typ LayerModifizierer und TypMethodeBeschreibungfinal voidIntervalTreeActivityRepository.clearActivities(Layer layer) final voidListActivityRepository.clearActivities(Layer layer) voidMutableActivityRepository.clearActivities(Layer layer) Removes the activities on the given layer from the repository.IntervalTreeActivityRepository.getActivities(Layer layer, Instant startTime, Instant endTime, TemporalUnit temporalUnit, ZoneId zoneId) ListActivityRepository.getActivities(Layer layer, Instant startTime, Instant endTime, TemporalUnit temporalUnit, ZoneId zoneId) -
Verwendungen von Layer in com.flexganttfx.view
Methoden in com.flexganttfx.view, die Typen mit Argumenten vom Typ Layer zurückgebenModifizierer und TypMethodeBeschreibungfinal ObservableList<Layer> GanttChartBase.getLayers()Convenience method to return the list of layers registered on the graphics view. -
Verwendungen von Layer in com.flexganttfx.view.graphics
Methoden in com.flexganttfx.view.graphics, die Layer zurückgebenMethoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ Layer zurückgebenModifizierer und TypMethodeBeschreibungGraphicsBase.dropLayerProviderProperty()A property used to store a callback that will return the layer on which a dragged activity will be placed once the drop operation has finished.GraphicsBase.getDropLayerProvider()Returns the value ofGraphicsBase.dropLayerProviderProperty().final ObservableList<Layer> GraphicsBase.getLayers()Returns the list that is used to store all layers of the model.Methoden in com.flexganttfx.view.graphics mit Parametern vom Typ LayerModifizierer und TypMethodeBeschreibungfinal voidGraphicsBase.moveLayerBackward(Layer layer) Moves the given layer backward within the stack of layers.final voidGraphicsBase.moveLayerForward(Layer layer) Moves the given layer forward within the stack of layers.final voidGraphicsBase.moveLayerToBack(Layer layer) Moves the given layer to the back so that the activities located on it will be drawn first and all other activities on other layers will be drawn on top of them.final voidGraphicsBase.moveLayerToFront(Layer layer) Moves the given layer to the front so that the activities located on it will be drawn on top of all other activities.Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ LayerModifizierer und TypMethodeBeschreibungfinal voidGraphicsBase.setDropLayerProvider(Callback<GraphicsBase.DragAndDropInfo, Layer> provider) Sets the value ofGraphicsBase.dropLayerProviderProperty().