Uses of Class
com.storedobject.svg.Node
Packages that use Node
Package
Description
-
Uses of Node in com.storedobject.pdf
Methods in com.storedobject.pdf with parameters of type NodeModifier and TypeMethodDescriptionstatic PDFImagePDF.createImage(Node svgNode) Create an image from an SVG node. -
Uses of Node in com.storedobject.svg
Classes in com.storedobject.svg with type parameters of type NodeModifier and TypeClassDescriptionclassBase class for all SVG objects.classTransformMatrix<N extends Node<N>>Represents a transformation matrix for aNode.Subclasses of Node in com.storedobject.svgModifier and TypeClassDescriptionclassAbstractGroup<G extends AbstractGroup<G>>Abstract base class representing an SVG group element.classAbstractPolyline<P extends AbstractPolyline<P>>Represents an SVG polyline.classAbstractRectangle<R extends AbstractRectangle<R>>Represents an abstract SVG rectangle.classfinal classA canvas for drawing nodes.classRepresents an SVG circle.classRepresents an SVG element.classRepresents an SVG ellipse.classRepresents a rectangle with vertical and/or horizontal grid-lines at specified gaps.classRepresents a group element in the SVG structure.classRepresents an SVG line.classRepresents an SVG path element allowing the creation and manipulation of the "d" attribute, which defines a sequence of commands to draw complex shapes and paths.classRepresents an SVG polygon.classRepresents an SVG polyline.classRepresents an SVG rectangle.classRepresents an SVG square.classRepresents an SVG star.classRepresents an SVG text.Fields in com.storedobject.svg with type parameters of type NodeModifier and TypeFieldDescriptionAbstractGroup.childrenA list that stores the childNodeelements contained within this group.Methods in com.storedobject.svg that return NodeModifier and TypeMethodDescriptionNode.flipVertically()Flips the node vertically.Node<?> Group.getChildAt(int index) Retrieves the childNodeat the specified index within the group's list of children.Methods in com.storedobject.svg that return types with arguments of type NodeModifier and TypeMethodDescriptionAbstractGroup.children()Retrieves a stream of childNodeelements that are part of this group.Methods in com.storedobject.svg with parameters of type NodeModifier and TypeMethodDescriptionvoidInserts a childNodeat the specified position within the group's list of children.voidAdds a childNodeto the group.Combines the currentCoordinatesobject with the rectangular region represented by the givenNodeobject.voidRemoves a childNodefrom the group.voidSets the coordinates of the givenNodeobject to match the currentCoordinatesobject.Constructors in com.storedobject.svg with parameters of type NodeModifierConstructorDescriptionCoordinates(Node<?> node) Constructs aCoordinatesobject by initializing the rectangular region using the coordinates of the givenNodeobject.Constructs a new Document object, initializing it with a single Node. -
Uses of Node in com.storedobject.svg.chart
Subclasses of Node in com.storedobject.svg.chartModifier and TypeClassDescriptionclassHorizontal Bar Chart.classBase class for all SVG charts.classA plot for daily data.classThis class represents a line plot.classA plot for monthly data.classPie Chart.classVertical Bar Chart.classA plot for yearly data.Methods in com.storedobject.svg.chart with parameters of type Node -
Uses of Node in com.storedobject.ui
Constructors in com.storedobject.ui with parameters of type Node -
Uses of Node in com.storedobject.vaadin
Methods in com.storedobject.vaadin that return NodeModifier and TypeMethodDescriptionSvg.Event.getNode()Returns the node associated with this event.Methods in com.storedobject.vaadin with parameters of type NodeModifier and TypeMethodDescriptionfinal com.vaadin.flow.shared.RegistrationSvg.addClickListener(Node node, com.vaadin.flow.component.ComponentEventListener<Svg.ClickEvent> listener) Adds a click listener for the specified node.voidSvg.removeClickPopup(Node node) Removes the click popup associated with the specified SVG node.final voidSvg.removeTooltip(Node node) Removes the tooltip associated with the specified SVG node.final voidSvg.setClickPopup(Node node, Function<Svg.ClickEvent, com.vaadin.flow.component.Component> clickPopupProvider) Associates a click popup with the specified SVG node.voidSets the SVG content of this component using the provided node.final voidSvg.setTooltip(Node node, Function<Svg.MouseOverEvent, com.vaadin.flow.component.Component> tooltipProvider) Associates a tooltip with the specified SVG node.Constructors in com.storedobject.vaadin with parameters of type Node