Home / Development / Documentation / 2.0.44 / FormatOperator
TreeGraph 2
 


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

All Known Implementing Classes:
AbstractBranchOperator, AbstractGraphicalLabelOperator, AbstractIconLabelOperator, AbstractLabelMarginOperator, AbstractLabelOperator, AbstractLeafMarginOperator, AbstractLegendMarginOperator, AbstractLegendOperator, AbstractLineOperator, AbstractMarginOperator, AbstractOperator, AbstractPieChartLabelOperator, AbstractTextOperator, ConstantWidthOperator, CornerRadiusOperator, DecimalFormatOperator, FontNameOperator, IconFilledOperator, IconOperator, InternalPieChartLinesOperator, LabelAboveOperator, LabelHeightOperator, LabelLineNumberOperator, LabelLinePositionOperator, LabelMarginBottomOperator, LabelMarginLeftOperator, LabelMarginRightOperator, LabelMarginTopOperator, LabelWidthOperator, LeafMarginBottomOperator, LeafMarginLeftOperator, LeafMarginRightOperator, LeafMarginTopOperator, LegendMarginBottomOperator, LegendMarginLeftOperator, LegendMarginRightOperator, LegendMarginTopOperator, LegendPositionOperator, LegendStyleOperator, LineColorOperator, LineWidthOperator, MinLengthOperator, MinSpaceAboveOperator, MinSpaceBelowOperator, MinTreeDistanceOperator, NullPieChartLinesOperator, PieColorOperator, ScaleBarFormatsOperator, 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)