lt.monarch.chart.chart2D.breakline
Class SinusoidBreakLineStrategy

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

public class SinusoidBreakLineStrategy
extends AbstractBreakLineStrategy

Break line strategy. Break line is displayed as curved line

See Also:
Serialized Form

Constructor Summary
Constructor and Description
SinusoidBreakLineStrategy()
           
 
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

SinusoidBreakLineStrategy

public SinusoidBreakLineStrategy()
Method Detail

draw

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