info.bioinfweb.treegraph.document.format.operate
Class PieColorOperator
java.lang.Object
info.bioinfweb.treegraph.document.format.operate.AbstractOperator
info.bioinfweb.treegraph.document.format.operate.AbstractPieChartLabelOperator
info.bioinfweb.treegraph.document.format.operate.PieColorOperator
- All Implemented Interfaces:
- FormatOperator
public class PieColorOperator
- extends AbstractPieChartLabelOperator
- Since:
- 2.0.43
- Author:
- Ben Stöver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
colors
private Color[] colors
PieColorOperator
public PieColorOperator(Color[] colors)
doApplyTo
protected void doApplyTo(ElementFormats format)
- Specified by:
doApplyTo in class AbstractOperator