comparison dwt/graphics/Path.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
42 * which may not be available on some platforms. 42 * which may not be available on some platforms.
43 * </p> 43 * </p>
44 * 44 *
45 * @since 3.1 45 * @since 3.1
46 */ 46 */
47 public class Path extends Resource { 47 public class Path : Resource {
48 48
49 /** 49 /**
50 * the OS resource for the Path 50 * the OS resource for the Path
51 * (Warning: This field is platform dependent) 51 * (Warning: This field is platform dependent)
52 * <p> 52 * <p>