org.perfectjpattern.core.structural.decorator
Class BorderDecorator

java.lang.Object
  extended by org.perfectjpattern.core.structural.AbstractSurrogate<D,C>
      extended by org.perfectjpattern.core.structural.decorator.AbstractDecorator<IVisualComponent,IVisualComponent>
          extended by org.perfectjpattern.core.structural.decorator.BorderDecorator
All Implemented Interfaces:
InvocationHandler, IDecorator<IVisualComponent,IVisualComponent>, ISurrogate<IVisualComponent>

public class BorderDecorator
extends AbstractDecorator<IVisualComponent,IVisualComponent>

Decorator of IVisualComponent types

Version:
$Revision: 1.0 $Date: Apr 5, 2008 11:10:25 PM $
Author:
Giovanni Azua
 

Constructor Summary
BorderDecorator(IVisualComponent aVisualComponent)
           
 
Method Summary
 void draw()
           
protected static void setLogger(org.slf4j.Logger aLogger)
           
 
Methods inherited from class org.perfectjpattern.core.structural.decorator.AbstractDecorator
getDecorated
 
Methods inherited from class org.perfectjpattern.core.structural.AbstractSurrogate
equals, getComponent, getComponentClass, getUnderlying, hashCode, invoke, invokeUnderlying
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.perfectjpattern.core.api.structural.ISurrogate
getComponent
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Constructor Detail

BorderDecorator

public BorderDecorator(IVisualComponent aVisualComponent)
Method Detail

draw

public void draw()

setLogger

protected static void setLogger(org.slf4j.Logger aLogger)


Copyright © 2007-2009. All Rights Reserved.