net.sourceforge.plantuml
Class EmbededDiagram

java.lang.Object
  extended by net.sourceforge.plantuml.EmbededDiagram
All Implemented Interfaces:
CharSequence

public class EmbededDiagram
extends Object
implements CharSequence


Constructor Summary
EmbededDiagram(List<String> system)
           
 
Method Summary
 char charAt(int index)
           
 List<String> getLines()
           
 int length()
           
 CharSequence subSequence(int start, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.CharSequence
toString
 

Constructor Detail

EmbededDiagram

public EmbededDiagram(List<String> system)
Method Detail

length

public int length()
Specified by:
length in interface CharSequence

charAt

public char charAt(int index)
Specified by:
charAt in interface CharSequence

subSequence

public CharSequence subSequence(int start,
                                int end)
Specified by:
subSequence in interface CharSequence

getLines

public final List<String> getLines()


Copyright © 2012. All Rights Reserved.