Package net.sourceforge.plantuml.style
Class DarkString
- java.lang.Object
-
- net.sourceforge.plantuml.style.DarkString
-
public class DarkString extends Object
-
-
Constructor Summary
Constructors Constructor Description DarkString(String value1, String value2, int priority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DarkString
addPriority(int delta)
int
getPriority()
String
getValue1()
String
getValue2()
DarkString
mergeWith(DarkString other)
String
toString()
-
-
-
Method Detail
-
mergeWith
public DarkString mergeWith(DarkString other)
-
addPriority
public DarkString addPriority(int delta)
-
getValue1
public final String getValue1()
-
getValue2
public final String getValue2()
-
getPriority
public final int getPriority()
-
-