Interface RenderablePhylogenyData
- All Superinterfaces:
PhylogenyData
- All Known Implementing Classes:
RenderableDomainArchitecture,RenderableMsaSequence,RenderableVector
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(float x, float y, Graphics2D g, TreePanel tree_panel, boolean to_pdf) This can be used to render phylogeny data as graphics (for example, display of the domain structure).voidsetParameter(double parameter) voidsetRenderingHeight(float rendering_height) Methods inherited from interface org.forester.phylogeny.data.PhylogenyData
asSimpleText, asText, copy, isEqual, toNHX, toPhyloXML
-
Method Details
-
getOriginalSize
Dimension getOriginalSize() -
getParameter
Object getParameter() -
getRenderingSize
Dimension getRenderingSize() -
render
This can be used to render phylogeny data as graphics (for example, display of the domain structure). In most Renderable implementations this will do nothing (i.e. just return).- Parameters:
g- the Graphics to render to
-
setParameter
void setParameter(double parameter) -
setRenderingHeight
void setRenderingHeight(float rendering_height)
-