Lines Matching refs:nColor
219 int nColor = 0x009acd; // DeepSkyBlue3 in testSubTitle() local
223 xTitleProp.setPropertyValue( "CharColor", new Integer( nColor ) ); in testSubTitle()
228 assure( "Changing CharColor via old API failed", nNewColor == nColor ); in testSubTitle()
262 int nColor = 0xffe1ff; // thistle1 in testDiagram() local
263 xProp.setPropertyValue( "FillColor", new Integer( nColor ) ); in testDiagram()
265 assure( "Changing FillColor via old API failed", nNewColor == nColor ); in testDiagram()
510 int nColor = 0xf5fffa; // mint cream in testArea() local
511 xArea.setPropertyValue( "FillColor", new Integer( nColor ) ); in testArea()
528 assure( "Changing FillColor of Area failed", nNewColor == nColor ); in testArea()
631 int nColor = 0xffd700; // gold in testDataSeriesAndPoints() local
632 xProp.setPropertyValue( "FillColor", new Integer( nColor )); in testDataSeriesAndPoints()
634 assure( "Changing FillColor of Data Series failed", nNewColor == nColor ); in testDataSeriesAndPoints()