lt.monarch.chart.chart2D.breakline
Interface BreakLineStrategy

All Known Implementing Classes:
AbstractBreakLineStrategy, JaggedBreakLineStrategy, SimpleBreakLineStrategy, SinusoidBreakLineStrategy

public interface BreakLineStrategy


Method Summary
Modifier and Type Method and Description
 void draw(AbstractGraphics g, Orientation orientation, PaintMode mode, Rectangle2D bounds, Style style, Point2D min, Point2D max)
           
 

Method Detail

draw

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