Class Frame3D

    • Constructor Detail

      • Frame3D

        public Frame3D()
    • Method Detail

      • getBack

        public BackPanel getBack()
        Returns the options for the back panel of a Frame3D

        Default: an instance of BackPanel.

      • setBack

        public void setBack​(BackPanel back)
        Sets the options for the back panel of a Frame3D
      • setBottom

        public void setBottom​(BottomPanel bottom)
        Sets the options for the bottom panel of a Frame3D
      • getFront

        public Panel3D getFront()
        Returns the options for the front panel of a Frame3D

        Default: an instance of Panel3D.

        Since:
        7.2.1.0
      • setFront

        public void setFront​(Panel3D front)
        Sets the options for the front panel of a Frame3D
        Since:
        7.2.1.0
      • getLeft

        public Panel3D getLeft()
        Returns the options for the left panel of a Frame3D

        Default: an instance of Panel3D.

        Since:
        7.2.1.0
      • setLeft

        public void setLeft​(Panel3D left)
        Sets the options for the left panel of a Frame3D
        Since:
        7.2.1.0
      • getRight

        public Panel3D getRight()
        Returns the options for the right panel of a Frame3D

        Default: an instance of Panel3D.

        Since:
        7.2.1.0
      • setRight

        public void setRight​(Panel3D right)
        Sets the options for the right panel of a Frame3D
        Since:
        7.2.1.0
      • getSide

        @Deprecated
        public SidePanel getSide()
        Deprecated.
        since 7.2.1.0. Use left or right instead.
        Returns the options for the side panel of a Frame3D

        Default: an instance of SidePanel.

      • setSide

        @Deprecated
        public void setSide​(SidePanel side)
        Deprecated.
        since 7.2.1.0. Use left or right instead.
        Sets the options for the side panel of a Frame3D
      • getTop

        public Panel3D getTop()
        Returns the options for the top panel of a Frame3D

        Default: an instance of Panel3D.

        Since:
        7.2.1.0
      • setTop

        public void setTop​(Panel3D top)
        Sets the options for the top panel of a Frame3D
        Since:
        7.2.1.0