Class TextSpan
- All Implemented Interfaces:
Container<TextSegment>, HasContext, HasContext.ByDelegate, HasFontContext, HasFontRenderContext, HasPaintContext, HasShape, HasVectorEffects, Renderable, SVGNode, TextSegment, TextSegment.RenderableSegment
@ElementCategories({TextContent,TextContentChild})
@PermittedContent(categories=Descriptive,
anyOf={Anchor.class,TextSpan.class,Animate.class,AnimateTransform.class,Set.class},
charData=true)
public final class TextSpan
extends LinearTextContainer
-
Nested Class Summary
Nested classes/interfaces inherited from interface HasContext
HasContext.ByDelegateNested classes/interfaces inherited from interface HasShape
HasShape.BoxNested classes/interfaces inherited from interface TextSegment
TextSegment.RenderableSegmentNested classes/interfaces inherited from interface TextSegment.RenderableSegment
TextSegment.RenderableSegment.UseTextLengthForCalculation -
Field Summary
FieldsFields inherited from class TextContainer
fontSpec, lengthAdjust, textLength -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LinearTextContainer
build, cleanUpLocalCursor, createCursor, createLocalCursor, glyphShape, renderMethods inherited from class TextContainer
acceptChild, addContent, appendTextShape, children, computeTextMetrics, contextDelegate, doAdd, forEachSegment, hasFixedLength, isVisible, prepareSegmentForRendering, renderSegment, renderSegmentWithoutLayout, segments, untransformedElementBounds, untransformedElementShape, vectorEffectsMethods inherited from class BaseContainerNode
addChild, isAcceptableTypeMethods inherited from class AbstractSVGNode
id, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Container
childrenOfTypeMethods inherited from interface HasContext.ByDelegate
fontRenderContext, fontSpec, paintContextMethods inherited from interface HasShape
elementBounds, elementShapeMethods inherited from interface Renderable
parseIsVisible, requiresInstantiation, shouldEstablishChildContextMethods inherited from interface TextSegment
isValid
-
Field Details
-
TAG
- See Also:
-
-
Constructor Details
-
TextSpan
public TextSpan()
-
-
Method Details
-
tagName
-