lt.monarch.chart.chart2D.breakline
Class SimpleBreakLineStrategy

java.lang.Object
  extended by lt.monarch.chart.chart2D.breakline.AbstractBreakLineStrategy
      extended by lt.monarch.chart.chart2D.breakline.SimpleBreakLineStrategy
All Implemented Interfaces:
java.io.Serializable, BreakLineStrategy

public class SimpleBreakLineStrategy
extends AbstractBreakLineStrategy

See Also:
Serialized Form

Constructor Summary
Constructor and Description
SimpleBreakLineStrategy()
           
 
Method Summary
Modifier and Type Method and Description
 void draw(AbstractGraphics g, Orientation orientation, PaintMode mode, Rectangle2D bounds, Style style, Point2D min, Point2D max)
           
 
Methods inherited from class lt.monarch.chart.chart2D.breakline.AbstractBreakLineStrategy
draw, drawAxisBreak
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBreakLineStrategy

public SimpleBreakLineStrategy()
Method Detail

draw

public void draw(AbstractGraphics g,
                 Orientation orientation,
                 PaintMode mode,
                 Rectangle2D bounds,
                 Style style,
                 Point2D min,
                 Point2D max)