Class Panel3D

    • Constructor Detail

      • Panel3D

        public Panel3D()
    • Method Detail

      • getColor

        public String getColor()
        Returns the color of the panel. Defaults to transparent

        Default: "transparent".

      • setColor

        public void setColor​(Color color)
        Sets the color of the panel.
        Parameters:
        color - the color of the panel
      • setColor

        public void setColor​(String color)
        Sets the color of the panel.
        Parameters:
        color - the color of the panel
      • setColor

        public void setColor​(LinearGradient color)
        Sets the color of the panel.
        Parameters:
        color - the color of the panel
      • setColor

        public void setColor​(RadialGradient color)
        Sets the color of the panel.
        Parameters:
        color - the color of the panel
      • getSize

        public Number getSize()
        Returns the thickness of the panel. Defaults to 1.

        Default: 1.

      • setSize

        public void setSize​(Number size)
        Sets the total the thickness of the panel.
        Parameters:
        size - the total the thickness of the panel.
      • getVisible

        public Object getVisible()
        Returns whether to display the frame. Possible values are true, false, "auto" to display only the frames behind the data, and "default" to display faces behind the data based on the axis layout, ignoring the point of view.

        Default: "default"

        Since:
        7.2.1.0
      • setVisible

        public void setVisible​(boolean visible)
        Sets whether to display the frame.
        Since:
        7.2.1.0
      • setVisible

        public void setVisible​(String visible)
        Sets whether to display the frame. Possible values are "auto" to display only the frames behind the data, and "default" to display faces behind the data based on the axis layout, ignoring the point of view.
        Since:
        7.2.1.0