Class SpanElement
- java.lang.Object
-
- org.eclipse.nebula.widgets.richtext.painter.SpanElement
-
public class SpanElement extends java.lang.Object
Element for tracking nested span tags and the attributes they specify.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpanElement.SpanType
-
Field Summary
Fields Modifier and Type Field Description java.util.Collection<SpanElement.SpanType>
types
-
Constructor Summary
Constructors Constructor Description SpanElement()
-
-
-
Field Detail
-
types
public java.util.Collection<SpanElement.SpanType> types
-
-