Class 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 Detail

      • GraphStyle

        public GraphStyle​(Shape shape)
    • Method Detail

      • getShape

        public Shape getShape()
      • getStroke

        public Stroke getStroke()
      • getColor

        public Color getColor()
      • getFillColor

        public Color getFillColor()