Package net.finmath.plots
Class GraphStyle
- java.lang.Object
-
- net.finmath.plots.GraphStyle
-
public class GraphStyle extends Object
A stile for a given graph specifying color, shape and stroke. If shape is null, no points will be drawn. If stroke is null, no line will be drawn.- Author:
- Christian Fries
-
-
Constructor Summary
Constructors Constructor Description GraphStyle(Shape shape, Stroke stoke, Color color)
-