Class RadarView<R extends Row<?,​?,​?>>

  • Type Parameters:
    R - the type of the rows
    All Implemented Interfaces:
    Styleable, EventTarget, Skinnable

    public class RadarView<R extends Row<?,​?,​?>>
    extends FlexGanttFXControl
    A control used for rendering an overview of all activities within a Gantt chart or to be more precise a GraphicsBase.
    Radar View
    Since:
    1.0
    • Constructor Detail

      • RadarView

        public RadarView()
        Constructs a new control.
        Since:
        1.0
    • Method Detail

      • graphicsProperty

        public final ObjectProperty<GraphicsBase<R>> graphicsProperty()
        A property used to store the GraphicsBase for which the radar will be used. The radar will display the information provided by the rows returned by the graphics control.
        Returns:
        the property used for referencing the graphics control
        Since:
        1.0
        See Also:
        GraphicsBase.getRows()
      • setGraphics

        public final void setGraphics​(GraphicsBase<R> graphics)
        Sets the value of graphicsProperty().
        Parameters:
        graphics - the graphics control for which the radar will be used
        Since:
        1.0
      • radarWidthProperty

        public final DoubleProperty radarWidthProperty()
        The property used to store the width of the radar canvas inside the control.
        Returns:
        the property used to store the radar canvas width
        Since:
        1.0
      • getRadarWidth

        public final double getRadarWidth()
        Returns the value of radarWidthProperty().
        Returns:
        the width of the radar canvas
        Since:
        1.0
      • setRadarWidth

        public final void setRadarWidth​(double width)
        Sets the value of radarWidthProperty().
        Parameters:
        width - the width used for the radar canvas
        Since:
        1.0
      • radarHeightProperty

        public final DoubleProperty radarHeightProperty()
        The property used to store the height of the radar canvas inside the control.
        Returns:
        the property used to store the radar canvas height
        Since:
        1.0
      • getRadarHeight

        public final double getRadarHeight()
        Returns the value of radarHeightProperty().
        Returns:
        the height of the radar canvas
        Since:
        1.0
      • setRadarHeight

        public final void setRadarHeight​(double height)
        Sets the value of radarHeightProperty().
        Parameters:
        height - the height used for the radar canvas
        Since:
        1.0