Lines Matching refs:getPropertyValue

160                         xDocProp.getPropertyValue( "HasMainTitle" )));  in testTitle()
175 … float fNewHeight = AnyConverter.toFloat( xTitleProp.getPropertyValue( "CharHeight" ) ); in testTitle()
178 String aNewTitle = AnyConverter.toString( xTitleProp.getPropertyValue( "String" ) ); in testTitle()
210 xDocProp.getPropertyValue( "HasSubTitle" ))); in testSubTitle()
227 int nNewColor = AnyConverter.toInt( xTitleProp.getPropertyValue( "CharColor" ) ); in testSubTitle()
230 … float fNewWeight = AnyConverter.toFloat( xTitleProp.getPropertyValue( "CharWeight" ) ); in testSubTitle()
233 … float fNewHeight = AnyConverter.toFloat( xTitleProp.getPropertyValue( "CharHeight" ) ); in testSubTitle()
264 int nNewColor = AnyConverter.toInt( xProp.getPropertyValue( "FillColor" ) ); in testDiagram()
279 xProp.getPropertyValue( "HasYAxisDescription" )); in testDiagram()
301 xProp.getPropertyValue( "HasSecondaryYAxis" )); in testDiagram()
371 Object oMax = xProp.getPropertyValue( "Max" ); in testAxis()
378 oMax = xProp.getPropertyValue( "Max" ); in testAxis()
388 … assure( "AutoMax is on", ! AnyConverter.toBoolean( xProp.getPropertyValue( "AutoMax" )) ); in testAxis()
392 AnyConverter.toDouble( xProp.getPropertyValue( "Max" )), in testAxis()
396 … assure( "AutoMin is off", AnyConverter.toBoolean( xProp.getPropertyValue( "AutoMin" )) ); in testAxis()
401 AnyConverter.toDouble( xProp.getPropertyValue( "Origin" )), in testAxis()
404 … assure( "AutoOrigin is off", AnyConverter.toBoolean( xProp.getPropertyValue( "AutoOrigin" )) ); in testAxis()
405 Object oOrigin = xProp.getPropertyValue( "Origin" ); in testAxis()
411 AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis()
414 ! AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis()
419 AnyConverter.toInt( xProp.getPropertyValue( "LineColor" )) == nNewColor ); in testAxis()
423 … AnyConverter.toFloat( xProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testAxis()
428 … AnyConverter.toInt( xProp.getPropertyValue( "TextRotation" )) == nNewTextRotation ); in testAxis()
433 AnyConverter.toDouble( xProp.getPropertyValue( "StepMain" )) == fStepMain ); in testAxis()
441 AnyConverter.toDouble( xProp.getPropertyValue( "StepHelp" )) == fStepHelp ); in testAxis()
445 xProp.getPropertyValue( "DisplayLabels" ))); in testAxis()
472 xLegendProp.getPropertyValue( "Alignment" )) == eNewPos ); in testLegend()
477 … AnyConverter.toFloat( xLegendProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testLegend()
527 int nNewColor = AnyConverter.toInt( xArea.getPropertyValue( "FillColor" ) ); in testArea()
575 xDiaProp.getPropertyValue( "Stacked" ))); in testChartType()
580 xDiaProp.getPropertyValue( "Dim3D" ))); in testChartType()
585 xDiaProp.getPropertyValue( "Vertical" ))); in testChartType()
633 int nNewColor = AnyConverter.toInt( xProp.getPropertyValue( "FillColor" ) ); in testDataSeriesAndPoints()
661 … String aNewGradientName = AnyConverter.toString( xProp.getPropertyValue( "FillGradientName" )); in testDataSeriesAndPoints()
698 … String aNewHatchName = AnyConverter.toString( xProp.getPropertyValue( "FillHatchName" )); in testDataSeriesAndPoints()
707 … assure( "FillBackground", AnyConverter.toBoolean( xProp.getPropertyValue( "FillBackground" )) ); in testDataSeriesAndPoints()
729 … assure( "No MeanValue", AnyConverter.toBoolean( xProp.getPropertyValue( "MeanValue" )) ); in testStatistics()
752 xDiaProp.getPropertyValue( "DataRowSource" )) == eNewSource ); in setStockData_Type4()
816 assure( "Has Volume", AnyConverter.toBoolean( xDiaProp.getPropertyValue( "Volume" ))); in testStockProperties()
819 assure( "Has UpDown", AnyConverter.toBoolean( xDiaProp.getPropertyValue( "UpDown" ))); in testStockProperties()
830 int nNewColor = AnyConverter.toInt( xMinMaxProp.getPropertyValue( "LineColor" ) ); in testStockProperties()
889 xDiaProp.getPropertyValue( "DataRowSource" )) == eNewSource ); in testData()
1008 xProp.getPropertyValue( "DefaultContext" ) ); in getComponentContext()