X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fphylogeny%2Fdata%2FPhylogenyDataUtil.java;h=76d60b7951001eea9d08909274929f67d00439bd;hb=bdf2d2a11d720d6457f52866af7ff909afe98db4;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..76d60b7 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; @@ -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( "<", "<" );