Interface Container<E>
- 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:
Anchor,BaseContainerNode,BaseInnerViewContainer,ClipPath,CommonInnerViewContainer,CommonRenderableContainerNode,ContainerNode,Defs,FeComponentTransfer,FeMerge,Filter,Group,LinearGradient,Marker,Mask,MeshGradient,MeshPatch,MeshRow,Pattern,RadialGradient,SVG,Symbol,Text,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
-