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

    • Constructor Detail

      • LayersView

        public LayersView()
        Constructs a new layer view.
    • Method Detail

      • graphicsProperty

        public final ObjectProperty<GraphicsBase<R>> graphicsProperty()
        A property used to store a reference to the graphics view for which the control is being used.
        Returns:
        the property used to store the graphics view
        Since:
        1.0
        See Also:
        GraphicsBase.getLayers()
      • getGraphics

        public final GraphicsBase<R> getGraphics()
        Returns the value of graphicsProperty().
        Returns:
        the graphics view used for this control
        Since:
        1.0
      • setGraphics

        public final void setGraphics​(GraphicsBase<R> graphics)
        Sets the value of graphicsProperty().
        Parameters:
        graphics - the graphics view used for this control
        Since:
        1.0