Home
last modified time | relevance | path

Searched refs:fNewCharHeight (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/chart2/qa/
H A DTestCaseOldAPI.java420 float fNewCharHeight = (float)(16.0); in testAxis() local
421 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() local
475 xLegendProp.setPropertyValue( "CharHeight", new Float( fNewCharHeight )); in testLegend()
477 … AnyConverter.toFloat( xLegendProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testLegend()

Completed in 15 milliseconds