Verwendungen von Klasse
com.flexganttfx.model.Layout
Packages, die Layout verwenden
Package
Beschreibung
Top-level model classes required for creating a Gantt chart.
Different layout and line manager implementations used to control the layout of activities.
The various graphics controls that are used for rendering the Gantt chart.
Classes for the graphics skin.
-
Verwendungen von Layout in com.flexganttfx.model
Methoden in com.flexganttfx.model, die Layout zurückgebenModifizierer und TypMethodeBeschreibungfinal LayoutRow.getLayout()Returns the value of theRow.layoutProperty().LinesManager.getLineLayout(int lineIndex) Returns the layout for the line with the given line index.final LayoutRow.getLineLayout(int lineIndex) Returns a line-specific layout for the given line.Methoden in com.flexganttfx.model, die Typen mit Argumenten vom Typ Layout zurückgebenModifizierer und TypMethodeBeschreibungfinal ObjectProperty<Layout> Row.layoutProperty()The property used to store the layout used for laying out the activities that are directly associated with the row (and not on an inner line).Methoden in com.flexganttfx.model mit Parametern vom Typ Layout -
Verwendungen von Layout in com.flexganttfx.model.layout
Unterklassen von Layout in com.flexganttfx.model.layoutModifizierer und TypKlasseBeschreibungclassThe agenda layout class is used to lay out activities in a style similar to a regular calendar where a vertical scale will display hours.classUsing the chart layout class results in activities being laid out as chart bars.classThe standard layout used by all rows and lines.Methoden in com.flexganttfx.model.layout, die Layout zurückgeben -
Verwendungen von Layout in com.flexganttfx.view.graphics
Methoden in com.flexganttfx.view.graphics, die Layout zurückgebenModifizierer und TypMethodeBeschreibungfinal LayoutGraphicsBase.getHoverLayout()Ruft den Wert derhoverLayout-Eigenschaft ab.ActivityBounds.getLayout()GraphicsBase.ContextMenuParameter.getLayout()Returns the layout found at the location where the context menu has been requested.final LayoutGraphicsBase.getLayoutAt(double y) Finds the layout that is being used at the given y-coordinate.Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ Layout zurückgebenModifizierer und TypMethodeBeschreibungfinal ReadOnlyObjectProperty<Layout> GraphicsBase.hoverLayoutProperty()Methoden in com.flexganttfx.view.graphics mit Parametern vom Typ LayoutKonstruktoren in com.flexganttfx.view.graphics mit Parametern vom Typ LayoutModifiziererKonstruktorBeschreibungContextMenuParameter(GraphicsBase<R> graphics, R row, List<ActivityRef<?>> activities, Layout layout, Instant time, LocalTime localTime) Constructs a new context menu parameter object. -
Verwendungen von Layout in impl.com.flexganttfx.skin.graphics
Methoden in impl.com.flexganttfx.skin.graphics, die Layout zurückgebenModifizierer und TypMethodeBeschreibungfinal LayoutGraphicsBaseSkin.getLayoutAt(double y) RowCanvas.getLayoutAt(double y)