info.bioinfweb.treegraph.document.format.operate
Interface FormatOperator

All Known Implementing Classes:
AbstractBranchOperator, AbstractCharShiftOperator, AbstractLabelOperator, AbstractLegendOperator, AbstractLineOperator, AbstractOperator, AbstractTextOperator, ConstantWidthOperator, DecimalFormatOperator, EdgeRadiusOperator, FontNameOperator, LabelAboveOperator, LabelLineNumberOperator, LabelLinePositionOperator, LegendPositionOperator, LegendStyleOperator, LineColorOperator, LineWidthOperator, MinLengthOperator, MinSpaceAboveOperator, MinSpaceBelowOperator, MinTreeDistanceOperator, ScaleBarFormatsOperator, StateAfterOperator, StateBeforeOperator, TextColorOperator, TextHeightOperator, TextOrientationOperator, TextStyleOperator

public interface FormatOperator


Method Summary
 void applyTo(ElementFormats format)
           
 boolean validTarget(ElementFormats format)
           
 

Method Detail

applyTo

void applyTo(ElementFormats format)
             throws InvalidTargetException
Throws:
InvalidTargetException

validTarget

boolean validTarget(ElementFormats format)