- java.lang.Object
-
- net.sourceforge.plantuml.EmbeddedDiagram
-
- All Implemented Interfaces:
CharSequence
public class EmbeddedDiagram extends Object implements CharSequence
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
EmbeddedDiagram.Draw
-
Constructor Summary
Constructors Constructor Description EmbeddedDiagram(Display system)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddedDiagram.Draw
asDraw(ISkinSimple skinParam)
char
charAt(int index)
static String
getEmbeddedType(CharSequence s)
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
chars, codePoints, toString
-
-
-
-
Constructor Detail
-
EmbeddedDiagram
public EmbeddedDiagram(Display system)
-
-
Method Detail
-
getEmbeddedType
public static String getEmbeddedType(CharSequence s)
-
length
public int length()
- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index)
- Specified by:
charAt
in interfaceCharSequence
-
subSequence
public CharSequence subSequence(int start, int end)
- Specified by:
subSequence
in interfaceCharSequence
-
asDraw
public EmbeddedDiagram.Draw asDraw(ISkinSimple skinParam)
-
-