Uses of Class
de.xima.fc.common.graphdot.DoubleList
-
Packages that use DoubleList Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
Uses of DoubleList in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return DoubleList Modifier and Type Method Description static 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.
-