8295003: Do not mention applets in the "java.awt.color" package
Reviewed-by: aivanov, prr
This commit is contained in:
parent
e6c33e62b5
commit
891156a744
@ -71,10 +71,10 @@ import sun.java2d.cmm.PCMM;
|
|||||||
* color space (e.g. {@code TYPE_RGB}, {@code TYPE_CMYK}, etc.), but the
|
* color space (e.g. {@code TYPE_RGB}, {@code TYPE_CMYK}, etc.), but the
|
||||||
* specific color values of the output data will be undefined.
|
* specific color values of the output data will be undefined.
|
||||||
* <p>
|
* <p>
|
||||||
* The details of this class are not important for simple applets, which draw in
|
* The details of this class are not important for simple applications, which
|
||||||
* a default color space or manipulate and display imported images with a known
|
* draw in a default color space or manipulate and display imported images with
|
||||||
* color space. At most, such applets would need to get one of the default color
|
* a known color space. At most, such applications would need to get one of the
|
||||||
* spaces via {@link ColorSpace#getInstance}.
|
* default color spaces via {@link ColorSpace#getInstance}.
|
||||||
*
|
*
|
||||||
* @see ColorSpace
|
* @see ColorSpace
|
||||||
* @see ICC_Profile
|
* @see ICC_Profile
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -1073,8 +1073,8 @@ public sealed class ICC_Profile implements Serializable
|
|||||||
* Returns a particular tagged data element from the profile as a byte
|
* Returns a particular tagged data element from the profile as a byte
|
||||||
* array. Elements are identified by signatures as defined in the ICC
|
* array. Elements are identified by signatures as defined in the ICC
|
||||||
* specification. The signature icSigHead can be used to get the header.
|
* specification. The signature icSigHead can be used to get the header.
|
||||||
* This method is useful for advanced applets or applications which need to
|
* This method is useful for advanced applications which need to access
|
||||||
* access profile data directly.
|
* profile data directly.
|
||||||
*
|
*
|
||||||
* @param tagSignature the ICC tag signature for the data element you want
|
* @param tagSignature the ICC tag signature for the data element you want
|
||||||
* to get
|
* to get
|
||||||
@ -1099,8 +1099,8 @@ public sealed class ICC_Profile implements Serializable
|
|||||||
* Sets a particular tagged data element in the profile from a byte array.
|
* Sets a particular tagged data element in the profile from a byte array.
|
||||||
* The array should contain data in a format, corresponded to the
|
* The array should contain data in a format, corresponded to the
|
||||||
* {@code tagSignature} as defined in the ICC specification, section 10.
|
* {@code tagSignature} as defined in the ICC specification, section 10.
|
||||||
* This method is useful for advanced applets or applications which need to
|
* This method is useful for advanced applications which need to access
|
||||||
* access profile data directly.
|
* profile data directly.
|
||||||
*
|
*
|
||||||
* @param tagSignature the ICC tag signature for the data element you want
|
* @param tagSignature the ICC tag signature for the data element you want
|
||||||
* to set
|
* to set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user