Searched refs:oMax (Results 1 – 1 of 1) sorted by relevance
371 Object oMax = xProp.getPropertyValue( "Max" ); in testAxis() local372 assure( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()373 fMax1 = AnyConverter.toDouble( oMax ); in testAxis()378 oMax = xProp.getPropertyValue( "Max" ); in testAxis()379 assure( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()380 fMax2 = AnyConverter.toDouble( oMax ); in testAxis()
Completed in 7 milliseconds