lt.monarch.chart.chart2D.series
Class PieLabelsOutsideWithElbowLayouter

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.PieLabelsOutsideWithElbowLayouter
All Implemented Interfaces:
java.io.Serializable

public class PieLabelsOutsideWithElbowLayouter
extends PieLabelsOutsideLayouter

Pie labels layouter, when labels are drawn outside the series and with elbows.

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
PieLabelsOutsideWithElbowLayouter()
           
 
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

PieLabelsOutsideWithElbowLayouter

public PieLabelsOutsideWithElbowLayouter()
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