|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.forester.archaeopteryx.phylogeny.data.RenderableVector
public final class RenderableVector
| Field Summary | |
|---|---|
static int |
DEFAULT_HEIGHT
|
static int |
DEFAULT_WIDTH
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
asSimpleText()
|
java.lang.StringBuffer |
asText()
|
java.lang.Object |
clone()
|
PhylogenyData |
copy()
Creates a new PhylogenyData object with identical values as this PhylogenyData. |
static RenderableVector |
createInstance(java.util.List<java.lang.Double> values,
DescriptiveStatistics stats,
Configuration configuration)
|
java.awt.Dimension |
getOriginalSize()
|
java.lang.Object |
getParameter()
|
double |
getRenderingFactorWidth()
|
java.awt.Dimension |
getRenderingSize()
|
int |
getTotalLength()
|
boolean |
isEqual(PhylogenyData data)
Compares this PhylogenyData to PhylogenyData data. |
void |
render(double x1,
double y1,
java.awt.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). |
void |
setParameter(double parameter)
|
void |
setRenderingFactorWidth(double rendering_factor_width)
|
void |
setRenderingHeight(double height)
|
java.lang.StringBuffer |
toNHX()
|
void |
toPhyloXML(java.io.Writer writer,
int level,
java.lang.String indentation)
Writes a phyloXML representation of this phylogeny data. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_HEIGHT
public static final int DEFAULT_WIDTH
| Method Detail |
|---|
public static RenderableVector createInstance(java.util.List<java.lang.Double> values,
DescriptiveStatistics stats,
Configuration configuration)
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.StringBuffer asSimpleText()
asSimpleText in interface PhylogenyDatapublic java.lang.StringBuffer asText()
asText in interface PhylogenyDatapublic double getRenderingFactorWidth()
public int getTotalLength()
public boolean isEqual(PhylogenyData data)
PhylogenyData
isEqual in interface PhylogenyData
public void render(double x1,
double y1,
java.awt.Graphics2D g,
TreePanel tree_panel,
boolean to_pdf)
RenderablePhylogenyData
render in interface RenderablePhylogenyDatag - the Graphics to render topublic void setRenderingFactorWidth(double rendering_factor_width)
public java.lang.StringBuffer toNHX()
toNHX in interface PhylogenyData
public void toPhyloXML(java.io.Writer writer,
int level,
java.lang.String indentation)
throws java.io.IOException
PhylogenyData
toPhyloXML in interface PhylogenyDatajava.io.IOExceptionpublic PhylogenyData copy()
PhylogenyData
copy in interface PhylogenyDatapublic java.awt.Dimension getOriginalSize()
getOriginalSize in interface RenderablePhylogenyDatapublic java.lang.Object getParameter()
getParameter in interface RenderablePhylogenyDatapublic java.awt.Dimension getRenderingSize()
getRenderingSize in interface RenderablePhylogenyDatapublic void setParameter(double parameter)
setParameter in interface RenderablePhylogenyDatapublic void setRenderingHeight(double height)
setRenderingHeight in interface RenderablePhylogenyData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||