Package io.keikai.model.impl
Class AbstractRichTextAdv
- java.lang.Object
-
- io.keikai.model.impl.AbstractRichTextAdv
-
- All Implemented Interfaces:
SRichText
,Serializable
- Direct Known Subclasses:
ReadOnlyRichTextImpl
,RichTextImpl
public abstract class AbstractRichTextAdv extends Object implements SRichText, Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.SRichText
SRichText.Segment
-
-
Constructor Summary
Constructors Constructor Description AbstractRichTextAdv()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract AbstractRichTextAdv
clone()
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.model.SRichText
addSegment, clearSegments, getFont, getHeightPoints, getSegments, getText
-
-
-
-
Method Detail
-
clone
public abstract AbstractRichTextAdv clone()
-
-