- java.lang.Object
-
- net.finmath.plots.GraphStyle
-
public class GraphStyle extends java.lang.ObjectA 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.ColorgetColor()java.awt.ColorgetFillColor()java.awt.ShapegetShape()java.awt.StrokegetStroke()
-