public class OMSVGICCColor extends Object
OMSVGICCColor
interface expresses an
ICC-based color specification. Note: The OMSVGICCColor
interface is deprecated, and may be dropped from future versions of the
SVG specification.
Constructor and Description |
---|
OMSVGICCColor(String colorProfile,
List<Integer> colors) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getColorProfile()
The name of the color profile, which is the first parameter of an ICC color
specification.
|
OMSVGNumberList |
getColors()
The list of color values that define this ICC color.
|
String |
getDescription() |
int |
hashCode() |
void |
setColorProfile(String value)
The name of the color profile, which is the first parameter of an ICC color
specification.
|
public final String getColorProfile()
public final void setColorProfile(String value) throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR)
- Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptException
public final OMSVGNumberList getColors()
public String getDescription()
Copyright © 2018. All Rights Reserved.