Home / Development / Documentation / 2.0.44 / InternalPieChartLinesOperator
TreeGraph 2
 


info.bioinfweb.treegraph.document.format.operate
Class InternalPieChartLinesOperator

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.operate.AbstractOperator
      extended by info.bioinfweb.treegraph.document.format.operate.AbstractPieChartLabelOperator
          extended by info.bioinfweb.treegraph.document.format.operate.InternalPieChartLinesOperator
All Implemented Interfaces:
FormatOperator

public class InternalPieChartLinesOperator
extends AbstractPieChartLabelOperator

Since:
2.0.43
Author:
BenStöver

Field Summary
private  boolean show
           
 
Constructor Summary
InternalPieChartLinesOperator(boolean show)
           
 
Method Summary
protected  void doApplyTo(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractPieChartLabelOperator
validTarget
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractOperator
applyTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.document.format.operate.FormatOperator
applyTo
 

Field Detail

show

private boolean show
Constructor Detail

InternalPieChartLinesOperator

public InternalPieChartLinesOperator(boolean show)
Method Detail

doApplyTo

protected void doApplyTo(ElementFormats format)
Specified by:
doApplyTo in class AbstractOperator