Class Overview | Class Members | This Package | All Packages
The argument is treated as the name of a system property to be obtained. The string value of this property is then interpreted as an integer which is then converted to a color.
If the specified property is not found, or could not be parsed as an integer, then null is returned.
The first argument is treated as the name of a system property to be obtained. The string value of this property is then interpreted as an integer which is then converted to a color.
If the specified property is not found, or cannot be parsed as an integer, then the color specified by the second argument is returned instead.
The first argument is treated as the name of a system property to be obtained. The string value of this property is then interpreted as an integer which is then converted to a color.
If the specified property is not found, or could not be parsed as an integer, then the integer value v is used instead, and is converted to a color.