java.lang.Object
net.finmath.plots.GraphStyle
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 SummaryConstructorsConstructorDescriptionGraphStyle(Shape shape)GraphStyle(Shape shape, Stroke stroke, Color color)GraphStyle(Shape shape, Stroke stroke, Color color, Color fillColor)
- 
Method Summary
- 
Constructor Details- 
GraphStyle
- 
GraphStyle
- 
GraphStyle
 
- 
- 
Method Details- 
getShape
- 
getStroke
- 
getColor
- 
getFillColor
 
-