Class GlassPaneHelper


  • public class GlassPaneHelper
    extends Object
    • Constructor Detail

      • GlassPaneHelper

        public GlassPaneHelper()
    • Method Detail

      • getLayers

        public static ObservableList<Layer> getLayers()
        Returns a ObservableList containing Layers created at this point.
        Returns:
        ObservableList containing existing layers
      • isHideAllLayers

        public static boolean isHideAllLayers()
        Returns the state of hideAllLayers property
        Returns:
        State of hideAllLayers property
      • setHideAllLayers

        public static void setHideAllLayers​(boolean hideAllLayers)
        Sets the state of hideAllLayers property
        Parameters:
        hideAllLayers - Boolean value to be set on hideAllLayers