Package org.w3c.dom.svg
Interface SVGICCColor
-
public interface SVGICCColor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getColorProfile()
SVGNumberList
getColors()
void
setColorProfile(java.lang.String colorProfile)
-
-
-
Method Detail
-
getColorProfile
java.lang.String getColorProfile()
-
setColorProfile
void setColorProfile(java.lang.String colorProfile) throws DOMException
- Throws:
DOMException
-
getColors
SVGNumberList getColors()
-
-