Class LabelString

java.lang.Object
de.xima.fc.common.graphdot.LabelString
All Implemented Interfaces:
Serializable, CharSequence

public final class LabelString extends Object
Represents a label string, either plain text or HTML.
"hello-world"
<<strong>hello world</strong>>
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • LabelString

      public LabelString(CharSequence label)
      Creates a new label string with the given content.
      Parameters:
      label - Content of the label string.
  • Method Details