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

    • Method Detail

      • getShape

        public Shape getShape()
      • getStoke

        public Stroke getStoke()
      • getColor

        public Color getColor()