Package net.sourceforge.plantuml.skin
Interface Skin
-
- All Known Implementing Classes:
BlueModern,ProtectedSkin,Rose,TextSkin
public interface Skin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentcreateComponent(ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)java.lang.ObjectgetProtocolVersion()
-
-
-
Method Detail
-
getProtocolVersion
java.lang.Object getProtocolVersion()
-
createComponent
Component createComponent(ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
-
-