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 Details

    • GraphStyle

      public GraphStyle(Shape shape, Stroke stroke, Color color, Color fillColor)
    • GraphStyle

      public GraphStyle(Shape shape, Stroke stroke, Color color)
    • GraphStyle

      public GraphStyle(Shape shape)
  • Method Details

    • getShape

      public Shape getShape()
    • getStroke

      public Stroke getStroke()
    • getColor

      public Color getColor()
    • getFillColor

      public Color getFillColor()