Uses of Class
com.storedobject.svg.Margin
Packages that use Margin
-
Uses of Margin in com.storedobject.svg
Methods in com.storedobject.svg that return MarginModifier and TypeMethodDescriptionMargin.bottom(double bottom) Sets the bottom margin.Node.getMargin()Retrieves the margin associated with this node.Margin.left(double left) Sets the left margin.Margin.right(double right) Sets the right margin.Margin.top(double top) Sets the top margin.Methods in com.storedobject.svg with parameters of type MarginModifier and TypeMethodDescriptionCoordinates.withMargin(Margin margin) Creates a newCoordinatesobject by adjusting the current coordinates by the specified margin values.