Searched refs:fNewCharHeight (Results 1 – 1 of 1) sorted by relevance
396 float fNewCharHeight = (float)(16.0); in testAxis() local397 xProp.setPropertyValue( "CharHeight", new Float( fNewCharHeight )); in testAxis()399 … AnyConverter.toFloat( xProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testAxis()450 float fNewCharHeight = (float)(11.0); in testLegend() local451 xLegendProp.setPropertyValue( "CharHeight", new Float( fNewCharHeight )); in testLegend()453 … AnyConverter.toFloat( xLegendProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testLegend()