lt.monarch.chart.chart2D.breakline
Class AbstractBreakLineStrategy

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

public abstract class AbstractBreakLineStrategy
extends java.lang.Object
implements BreakLineStrategy, java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

AbstractBreakLineStrategy

public AbstractBreakLineStrategy()
Method Detail

draw

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

drawAxisBreak

protected void drawAxisBreak(AbstractGraphics g,
                             Point2D min,
                             Point2D max)