Class DesktopPaneDecorator

    • Constructor Detail

      • DesktopPaneDecorator

        public DesktopPaneDecorator()
      • DesktopPaneDecorator

        public DesktopPaneDecorator​(VisualComponent component)
        Parameters:
        component - component
    • Method Detail

      • draw

        public void draw​(Graphics g)
        Description copied from interface: VisualComponent
        Insert the method's description here. Creation date: (10.12.2000 11:25:20)
        Specified by:
        draw in interface VisualComponent
        Parameters:
        g - g
      • getComponentHeight

        public int getComponentHeight()
        Description copied from interface: VisualComponent
        Insert the method's description here. Creation date: (11.12.2000 16:23:31)
        Specified by:
        getComponentHeight in interface VisualComponent
        Returns:
        something
      • getComponentWidth

        public int getComponentWidth()
        Description copied from interface: VisualComponent
        Insert the method's description here. Creation date: (11.12.2000 16:23:02)
        Specified by:
        getComponentWidth in interface VisualComponent
        Returns:
        int
      • resize

        public void resize​(int x0,
                           int y0,
                           int width,
                           int height)
        Description copied from interface: VisualComponent
        Insert the method's description here. Creation date: (10.12.2000 11:26:54)
        Specified by:
        resize in interface VisualComponent
        Parameters:
        x0 - x0
        y0 - y0
        width - width
        height - height
      • setComponent

        public void setComponent​(VisualComponent newComponent)
        Parameters:
        newComponent - newComponent