net.sourceforge.plantuml
Class UmlSource

java.lang.Object
  extended by net.sourceforge.plantuml.UmlSource

public final class UmlSource
extends Object


Constructor Summary
UmlSource()
          Deprecated. 
UmlSource(List<String> source)
           
UmlSource(UmlSource start)
          Deprecated. 
 
Method Summary
 void append(String s)
          Deprecated. 
 String getLine(int n)
           
 String getPlainString()
           
 int getSize()
           
 boolean isEmpty()
           
 Iterator<String> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UmlSource

@Deprecated
public UmlSource(UmlSource start)
Deprecated. 


UmlSource

public UmlSource(List<String> source)

UmlSource

@Deprecated
public UmlSource()
Deprecated. 

Method Detail

iterator

public Iterator<String> iterator()

append

@Deprecated
public void append(String s)
Deprecated. 


getPlainString

public String getPlainString()

getLine

public String getLine(int n)

getSize

public int getSize()

isEmpty

public boolean isEmpty()


Copyright © 2011. All Rights Reserved.