Package net.sourceforge.plantuml
Class EmbeddedDiagram
java.lang.Object
net.sourceforge.plantuml.EmbeddedDiagram
- All Implemented Interfaces:
CharSequence
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasDraw(ISkinSimple skinParam) charcharAt(int index) static Stringintlength()subSequence(int start, int end) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty, toString
-
Constructor Details
-
EmbeddedDiagram
-
-
Method Details
-
getEmbeddedType
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
asDraw
-