net.sourceforge.plantuml.skin
Class ProtectedSkin

java.lang.Object
  extended by net.sourceforge.plantuml.skin.ProtectedSkin
All Implemented Interfaces:
Skin

public class ProtectedSkin
extends Object
implements Skin


Constructor Summary
ProtectedSkin(Skin skinToProtect)
           
 
Method Summary
 Component createComponent(ComponentType type, ArrowConfiguration config, ISkinParam param, List<? extends CharSequence> stringsToDisplay)
           
 Object getProtocolVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtectedSkin

public ProtectedSkin(Skin skinToProtect)
Method Detail

createComponent

public Component createComponent(ComponentType type,
                                 ArrowConfiguration config,
                                 ISkinParam param,
                                 List<? extends CharSequence> stringsToDisplay)
Specified by:
createComponent in interface Skin

getProtocolVersion

public Object getProtocolVersion()
Specified by:
getProtocolVersion in interface Skin


Copyright © 2012. All Rights Reserved.