net.sourceforge.plantuml.asciiart
Class TextSkin

java.lang.Object
  extended by net.sourceforge.plantuml.asciiart.TextSkin
All Implemented Interfaces:
Skin

public class TextSkin
extends Object
implements Skin


Constructor Summary
TextSkin(FileFormat fileFormat)
           
 
Method Summary
 Component createComponent(ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
           
 Object getProtocolVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextSkin

public TextSkin(FileFormat fileFormat)
Method Detail

createComponent

public Component createComponent(ComponentType type,
                                 ArrowConfiguration config,
                                 ISkinParam param,
                                 Display stringsToDisplay)
Specified by:
createComponent in interface Skin

getProtocolVersion

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


Copyright © 2013. All Rights Reserved.