net.sourceforge.plantuml.asciiart
Class TextSkin

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

public class TextSkin
extends java.lang.Object
implements Skin


Constructor Summary
TextSkin(FileFormat fileFormat)
           
 
Method Summary
 Component createComponent(ComponentType type, ISkinParam param, java.util.List<? extends java.lang.CharSequence> stringsToDisplay)
           
 java.lang.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,
                                 ISkinParam param,
                                 java.util.List<? extends java.lang.CharSequence> stringsToDisplay)
Specified by:
createComponent in interface Skin

getProtocolVersion

public java.lang.Object getProtocolVersion()
Specified by:
getProtocolVersion in interface Skin


Copyright © 2011. All Rights Reserved.