Home / Development / Documentation / 2.0.44 / AbstractIconLabelOperator
TreeGraph 2
 


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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.operate.AbstractOperator
      extended by info.bioinfweb.treegraph.document.format.operate.AbstractIconLabelOperator
All Implemented Interfaces:
FormatOperator
Direct Known Subclasses:
IconFilledOperator, IconOperator

public abstract class AbstractIconLabelOperator
extends AbstractOperator
implements FormatOperator

Since:
2.0.26
Author:
Ben Stöver

Constructor Summary
AbstractIconLabelOperator()
           
 
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

AbstractIconLabelOperator

public AbstractIconLabelOperator()
Method Detail

validTarget

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