Searched refs:oMax (Results 1 – 1 of 1) sorted by relevance
347 Object oMax = xProp.getPropertyValue( "Max" ); in testAxis() local348 assertTrue( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()349 fMax1 = AnyConverter.toDouble( oMax ); in testAxis()354 oMax = xProp.getPropertyValue( "Max" ); in testAxis()355 assertTrue( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()356 fMax2 = AnyConverter.toDouble( oMax ); in testAxis()