- Type Parameters:
E
- the type of the exposed children. This doesn't need to be a subtype ofSVGNode
.
- All Known Subinterfaces:
ShapedContainer<E>
- All Known Implementing Classes:
AbstractGradient
,Anchor
,BaseContainerNode
,BaseInnerViewContainer
,ClipPath
,CommonInnerViewContainer
,CommonRenderableContainerNode
,ContainerNode
,Defs
,FeComponentTransfer
,FeMerge
,Filter
,Group
,LinearGradient
,LinearTextContainer
,Marker
,Mask
,MeshGradient
,MeshPatch
,MeshRow
,Pattern
,RadialGradient
,SVG
,Symbol
,Text
,TextContainer
,TextPath
,TextSpan
public interface Container<E>
Represents a container svg element.
-
Method Summary
-
Method Details
-
addChild
-
children
Return all children of this container. Note that the return type of this function internationally contains a wild card to make it a compilation error trying to modify it.- Returns:
- the list of children.
-
childrenOfType
-