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
  • Property Details

  • Constructor Details

    • RadarView

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

    • createDefaultSkin

      protected Skin<?> createDefaultSkin()
      Overrides:
      createDefaultSkin in class Control
    • 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.
      Since:
      1.0
      See Also:
      getGraphics(), setGraphics(GraphicsBase)
    • getGraphics

      public final GraphicsBase<R> getGraphics()
      Returns the value of graphicsProperty().
      Returns:
      the graphics control
      Since:
      1.0
    • 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.
      Since:
      1.0
      See Also:
      getRadarWidth(), setRadarWidth(double)
    • 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.
      Since:
      1.0
      See Also:
      getRadarHeight(), setRadarHeight(double)
    • 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