lt.monarch.chart.chart2D.series
Class PieLabelsOutsideWithLineLayouter

java.lang.Object
  extended by lt.monarch.chart.chart2D.series.AbstractPieLabelsLayouter
      extended by lt.monarch.chart.chart2D.series.PieLabelsOutsideLayouter
          extended by lt.monarch.chart.chart2D.series.PieLabelsOutsideWithLineLayouter
All Implemented Interfaces:
java.io.Serializable

public class PieLabelsOutsideWithLineLayouter
extends PieLabelsOutsideLayouter

Pie labels layouter, when labels are drawn outside the series with pointers to the segment.

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class lt.monarch.chart.chart2D.series.AbstractPieLabelsLayouter
labelAlignment, pieLabelList
 
Constructor Summary
Constructor and Description
PieLabelsOutsideWithLineLayouter()
           
 
Method Summary
Modifier and Type Method and Description
 void layout(java.util.List<PieSliceLabelEntry> labelList, Projector projector)
           
 
Methods inherited from class lt.monarch.chart.chart2D.series.PieLabelsOutsideLayouter
corectLabel, layoutCircular, layoutLeftRight
 
Methods inherited from class lt.monarch.chart.chart2D.series.AbstractPieLabelsLayouter
calculateLabelPosition, getPieLabelAlignment, isPieDifficult, setPieLabelAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieLabelsOutsideWithLineLayouter

public PieLabelsOutsideWithLineLayouter()
Method Detail

layout

public void layout(java.util.List<PieSliceLabelEntry> labelList,
                   Projector projector)
Overrides:
layout in class PieLabelsOutsideLayouter
Parameters:
labelList - list of labels
projector - projector of charts