Package org.fxmisc.richtext.model
Class StyledSegment<SEG,S>
- java.lang.Object
-
- org.fxmisc.richtext.model.StyledSegment<SEG,S>
-
- Type Parameters:
SEG- the segment typeS- the style type
public final class StyledSegment<SEG,S> extends Object
-
-
Constructor Summary
Constructors Constructor Description StyledSegment(SEG segment, S style)
-