Package net.sourceforge.plantuml.skin
Class ProtectedSkin
- java.lang.Object
-
- net.sourceforge.plantuml.skin.ProtectedSkin
-
-
Constructor Summary
Constructors Constructor Description ProtectedSkin(Skin skinToProtect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentcreateComponent(ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)java.lang.ObjectgetProtocolVersion()
-
-
-
Constructor Detail
-
ProtectedSkin
public ProtectedSkin(Skin skinToProtect)
-
-
Method Detail
-
createComponent
public Component createComponent(ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
- Specified by:
createComponentin interfaceSkin
-
getProtocolVersion
public java.lang.Object getProtocolVersion()
- Specified by:
getProtocolVersionin interfaceSkin
-
-