javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/graphics/Config.java
changeset 80 d6dafc5d983f
parent 21 2a9601315dfc
child 87 1627c337e51e
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
    21 	
    21 	
    22 	/**
    22 	/**
    23 	 * Default fill color for images. Used when fill color is not specified as an argument in Image constructor.
    23 	 * Default fill color for images. Used when fill color is not specified as an argument in Image constructor.
    24 	 */
    24 	 */
    25 	static final int IMAGE_DEFAULT_FILL_COLOR = 0xffffffff;
    25 	static final int IMAGE_DEFAULT_FILL_COLOR = 0xffffffff;
       
    26 	
       
    27 	/**
       
    28 	 * Default type for images. Used when image type is not specified as an argument in Image constructor.
       
    29 	 * This setting is also used for ImageLoader output Images (default), if no explicit target Image type is specified.
       
    30 	 */
       
    31 	static final int IMAGE_DEFAULT_TYPE = Image.IMAGE_TYPE_QIMAGE;
    26 }
    32 }