Class BorderDecorator

  • All Implemented Interfaces:
    VisualComponent

    public class BorderDecorator
    extends Decorator
    Insert the type's description here. Creation date: (10.12.2000 13:07:53)
    Author:
    cosylab
    • Constructor Detail

      • BorderDecorator

        public BorderDecorator()
        Insert the method's description here. Creation date: (10.12.2000 13:28:06)
    • Method Detail

      • draw

        public void draw​(Graphics g)
        Default implementation Creation date: (10.12.2000 11:25:20)
        Specified by:
        draw in interface VisualComponent
        Overrides:
        draw in class Decorator
        Parameters:
        g - g
      • resize

        public void resize​(int x0,
                           int y0,
                           int width,
                           int height)
        Default implementation Creation date: (10.12.2000 11:26:54)
        Specified by:
        resize in interface VisualComponent
        Overrides:
        resize in class Decorator
        Parameters:
        x0 - x0
        y0 - y0
        height - height
        width - width