Interface SVGColor

All Superinterfaces:
CSSValue
All Known Subinterfaces:
SVGPaint

public interface SVGColor extends CSSValue
  • Field Details

    • SVG_COLORTYPE_UNKNOWN

      static final short SVG_COLORTYPE_UNKNOWN
      See Also:
    • SVG_COLORTYPE_RGBCOLOR

      static final short SVG_COLORTYPE_RGBCOLOR
      See Also:
    • SVG_COLORTYPE_RGBCOLOR_ICCCOLOR

      static final short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR
      See Also:
    • SVG_COLORTYPE_CURRENTCOLOR

      static final short SVG_COLORTYPE_CURRENTCOLOR
      See Also:
  • Method Details

    • getColorType

      short getColorType()
    • getRGBColor

      RGBColor getRGBColor()
    • getICCColor

      SVGICCColor getICCColor()
    • setRGBColor

      void setRGBColor(java.lang.String rgbColor) throws SVGException
      Throws:
      SVGException
    • setRGBColorICCColor

      void setRGBColorICCColor(java.lang.String rgbColor, java.lang.String iccColor) throws SVGException
      Throws:
      SVGException
    • setColor

      void setColor(short colorType, java.lang.String rgbColor, java.lang.String iccColor) throws SVGException
      Throws:
      SVGException