Home / Development / Documentation / 2.0.44 / AbstractPieChartLabelOperator
TreeGraph 2
 


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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.operate.AbstractOperator
      extended by info.bioinfweb.treegraph.document.format.operate.AbstractPieChartLabelOperator
All Implemented Interfaces:
FormatOperator
Direct Known Subclasses:
InternalPieChartLinesOperator, NullPieChartLinesOperator, PieColorOperator

public abstract class AbstractPieChartLabelOperator
extends AbstractOperator
implements FormatOperator

Since:
2.0.43
Author:
Ben Stöver

Constructor Summary
AbstractPieChartLabelOperator()
           
 
Method Summary
 boolean validTarget(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractOperator
applyTo, doApplyTo
 
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
 

Constructor Detail

AbstractPieChartLabelOperator

public AbstractPieChartLabelOperator()
Method Detail

validTarget

public boolean validTarget(ElementFormats format)
Specified by:
validTarget in interface FormatOperator