Beispiel #1
0
 /**
  * Returns a new color model for this configuration. This call is only used internally, by images
  * and components that are associated with the graphics device. When attributes of that device
  * change (for example, when the device palette is updated), then this device-based color model
  * will be updated internally to reflect the new situation.
  */
 public ColorModel getDeviceColorModel() {
   return screen.getDynamicColorModel();
 }