info.bioinfweb.treegraph.document.format
Interface ElementFormats

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
EdgeRadiusFormats
All Known Implementing Classes:
BranchFormats, LegendFormats, NodeFormats, ScaleBarFormats, TextFormats, 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()