X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fphylogeny%2Fdata%2FPhylogenyDataUtil.java;h=48da0e01a0bdfaf983a55ac6befd771706d7b4a6;hb=5cad5dbd4f9e8cf09a123d4ee490cf314c05fd2f;hp=f129259e24da410777c1fe132e5741176ff5f198;hpb=1c63a82d6348fd04334781b7505e286d9b83ded3;p=jalview.git diff --git a/forester/java/src/org/forester/phylogeny/data/PhylogenyDataUtil.java b/forester/java/src/org/forester/phylogeny/data/PhylogenyDataUtil.java index f129259..48da0e0 100644 --- a/forester/java/src/org/forester/phylogeny/data/PhylogenyDataUtil.java +++ b/forester/java/src/org/forester/phylogeny/data/PhylogenyDataUtil.java @@ -21,7 +21,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // // Contact: phylosoft @ gmail . com -// WWW: www.phylosoft.org/forester +// WWW: https://sites.google.com/site/cmzmasek/home/software/forester package org.forester.phylogeny.data; @@ -351,7 +351,7 @@ public final class PhylogenyDataUtil { /** * Creates a deep copy of ArrayList of PhylogenyData objects. - * + * * @param list * an ArrayList of PhylogenyData objects * @return a deep copy of ArrayList list @@ -371,12 +371,6 @@ public final class PhylogenyDataUtil { org.forester.util.ForesterUtil.roundToInt( y2 ) ); } - public static void drawString( final String str, final double x, final double y, final Graphics g ) { - g.drawString( str, - org.forester.util.ForesterUtil.roundToInt( x ), - org.forester.util.ForesterUtil.roundToInt( y ) ); - } - public static String replaceIllegalXmlCharacters( final String value ) { String v = value.replaceAll( "&", "&" ); v = v.replaceAll( "<", "<" );