Ejemplo n.º 1
0
 /** Check the width and height. */
 public void testWidthAndHeight() {
   ImageTitle t1 = new ImageTitle(JFreeChart.INFO.getLogo());
   assertEquals(100, t1.getWidth(), EPSILON);
   assertEquals(100, t1.getHeight(), EPSILON);
 }