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

java.lang.Object
javafx.scene.control.SkinBase<RadarView<R>>
impl.com.flexganttfx.extras.skin.RadarViewSkin<R>
All Implemented Interfaces:
Skin<RadarView<R>>

public class RadarViewSkin<R extends Row<?,​?,​?>>
extends SkinBase<RadarView<R>>
  • Property Details

  • Constructor Details

    • RadarViewSkin

      public RadarViewSkin​(RadarView<R> view)
  • Method Details

    • visibleTimeIntervalColorProperty

      public final ObjectProperty<Paint> visibleTimeIntervalColorProperty()
      The color used to fill the rectangle that represents the currently visible time interval.
      See Also:
      getVisibleTimeIntervalColor(), setVisibleTimeIntervalColor(Paint)
    • getVisibleTimeIntervalColor

      public final Paint getVisibleTimeIntervalColor()
      Gets the value of the property visibleTimeIntervalColor.
      Property description:
      The color used to fill the rectangle that represents the currently visible time interval.
    • setVisibleTimeIntervalColor

      public final void setVisibleTimeIntervalColor​(Paint visibleTimeIntervalColor)
      Sets the value of the property visibleTimeIntervalColor.
      Property description:
      The color used to fill the rectangle that represents the currently visible time interval.