Lines Matching refs:nNewColor
227 int nNewColor = AnyConverter.toInt( xTitleProp.getPropertyValue( "CharColor" ) ); in testSubTitle() local
228 assure( "Changing CharColor via old API failed", nNewColor == nColor ); in testSubTitle()
264 int nNewColor = AnyConverter.toInt( xProp.getPropertyValue( "FillColor" ) ); in testDiagram() local
265 assure( "Changing FillColor via old API failed", nNewColor == nColor ); in testDiagram()
416 int nNewColor = 0xcd853f; // peru in testAxis() local
417 xProp.setPropertyValue( "LineColor", new Integer( nNewColor )); in testAxis()
419 AnyConverter.toInt( xProp.getPropertyValue( "LineColor" )) == nNewColor ); in testAxis()
527 int nNewColor = AnyConverter.toInt( xArea.getPropertyValue( "FillColor" ) ); in testArea() local
528 assure( "Changing FillColor of Area failed", nNewColor == nColor ); in testArea()
633 int nNewColor = AnyConverter.toInt( xProp.getPropertyValue( "FillColor" ) ); in testDataSeriesAndPoints() local
634 assure( "Changing FillColor of Data Series failed", nNewColor == nColor ); in testDataSeriesAndPoints()
830 int nNewColor = AnyConverter.toInt( xMinMaxProp.getPropertyValue( "LineColor" ) ); in testStockProperties() local
831 assure( "Changing LineColor of MinMax Line", nNewColor == nLineColor ); in testStockProperties()