Package net.sourceforge.plantuml
Class EmbeddedDiagram
java.lang.Object
net.sourceforge.plantuml.EmbeddedDiagram
- All Implemented Interfaces:
CharSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sourceforge.plantuml.EmbeddedDiagramDraw
asDraw
(ISkinSimple skinParam) char
charAt
(int index) static String
int
length()
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
chars, codePoints, isEmpty, toString
-
Constructor Details
-
EmbeddedDiagram
-
-
Method Details
-
getEmbeddedType
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
asDraw
-