Searched refs:fNewCharHeight (Results 1 – 1 of 1) sorted by relevance
420 float fNewCharHeight = (float)(16.0); in testAxis() local421 xProp.setPropertyValue( "CharHeight", new Float( fNewCharHeight )); in testAxis()423 … AnyConverter.toFloat( xProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testAxis()474 float fNewCharHeight = (float)(11.0); in testLegend() local475 xLegendProp.setPropertyValue( "CharHeight", new Float( fNewCharHeight )); in testLegend()477 … AnyConverter.toFloat( xLegendProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testLegend()
Completed in 14 milliseconds