Uses of Class
de.xima.fc.common.graphdot.LabelString
-
Packages that use LabelString Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of LabelString in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type LabelString Modifier and Type Interface Description static interface
AttributeListBuilder.IMixinLabelString<A extends AttributeListBuilder.ITypedAttribute<LabelString>>
Mixin for attributes that accept a label string.Methods in de.xima.fc.common.graphdot that return LabelString Modifier and Type Method Description static LabelString
LabelString. html(String html)
Uses an HTML text for the label.static LabelString
LabelString. plain(String text)
Uses a plain text for the label.
-