Home / Development / Documentation / 2.0.44 / ElementFormats
TreeGraph 2
 


info.bioinfweb.treegraph.document.format
Interface ElementFormats

All Superinterfaces:
Cloneable
All Known Subinterfaces:
CornerRadiusFormats, LineFormats, TextFormats
All Known Implementing Classes:
BranchFormats, ConcreteTextFormats, GraphicalLabelFormats, IconLabelFormats, LabelFormats, LegendFormats, NodeFormats, PieChartLabelFormats, ScaleBarFormats, TextLabelFormats

public interface ElementFormats
extends Cloneable

This interface should be implemented by all classes the represent formats of a PaintableElement.

Author:
Ben Stöver

Method Summary
 ElementFormats clone()
           
 

Method Detail

clone

ElementFormats clone()