Uses of Class
de.xima.fc.common.graphdot.DoubleList
Packages that use DoubleList
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of DoubleList in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return DoubleListModifier and TypeMethodDescriptionstatic DoubleListDoubleList.of(double... doubles) Creates a double list from the given doubles.static DoubleListDoubleList.scaled(double[] doubles, double scale) Creates a double list from the given doubles, with all doubles scaled (multiplied) by the given value.