info.bioinfweb.treegraph.document.format
Interface ElementFormats

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

public interface ElementFormats
extends java.lang.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()