Class ContainerNode

    • Field Detail

      • children

        private final java.util.List<@NotNull SVGNode> children
    • Constructor Detail

      • ContainerNode

        public ContainerNode()
    • Method Detail

      • children

        public java.util.List<? extends @NotNull SVGNode> children()
        Description copied from interface: Container
        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.