org.w3c.dom.svg
Interface SVGICCColor

All Known Implementing Classes:
ImmutableSVGColorValue

public interface SVGICCColor


Method Summary
 java.lang.String getColorProfile()
           
 SVGNumberList getColors()
           
 void setColorProfile(java.lang.String colorProfile)
           
 

Method Detail

getColorProfile

public java.lang.String getColorProfile()

setColorProfile

public void setColorProfile(java.lang.String colorProfile)
                     throws DOMException

getColors

public SVGNumberList getColors()


Copyright © 2001 Apache Software Foundation. All Rights Reserved.