Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] build restored; except for eu.udig.style.jgrass

Andrea I have used String.format as a replacement for your Format class:

graphics.drawString(String.format("%-8.2f", Float.parseFloat(secondValue))

Hopefully that is correct.

-- 
Jody Garnett


On Friday, 10 June 2011 at 12:51 AM, Jody Garnett wrote:

> Build restored (with temporal filter functions added).
> 
> Moovida I have one failure in eu.udig.style.jgrass - some of the Format class you reference has not been committed??
> 
> import org.geotools.gce.grassraster.core.color.Format;
> ...
> Format.sprintf("%-8.2f", Float.parseFloat(firstValue)
> -- 
> Jody Garnett
> 


Back to the top