Home
last modified time | relevance | path

Searched refs:aNewHatch (Results 1 – 1 of 1) sorted by relevance

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java676 Hatch aNewHatch = (Hatch) AnyConverter.toObject( in testDataSeriesAndPoints() local
679 assertTrue( "Hatch Style", aNewHatch.Style == aHatch.Style ); in testDataSeriesAndPoints()
680 assertTrue( "Hatch Color", aNewHatch.Color == aHatch.Color ); in testDataSeriesAndPoints()
681 assertTrue( "Hatch Distance", aNewHatch.Distance == aHatch.Distance ); in testDataSeriesAndPoints()
682 assertTrue( "Hatch Angle", aNewHatch.Angle == aHatch.Angle ); in testDataSeriesAndPoints()