- java.lang.Object
-
- net.finmath.plots.GraphStyle
-
public class GraphStyle extends java.lang.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(java.awt.Shape shape, java.awt.Stroke stroke, java.awt.Color color)
GraphStyle(java.awt.Shape shape, java.awt.Stroke stroke, java.awt.Color color, java.awt.Color fillColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
getColor()
java.awt.Color
getFillColor()
java.awt.Shape
getShape()
java.awt.Stroke
getStroke()
-