link start!
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package org.apache.batik.css.engine.value.svg;
|
||||
|
||||
import org.apache.batik.css.engine.value.Value;
|
||||
import org.w3c.dom.DOMException;
|
||||
|
||||
public interface SVGValue extends Value {
|
||||
float getColor(int i) throws DOMException;
|
||||
|
||||
String getColorProfile() throws DOMException;
|
||||
|
||||
short getColorType() throws DOMException;
|
||||
|
||||
int getNumberOfColors() throws DOMException;
|
||||
|
||||
short getPaintType() throws DOMException;
|
||||
|
||||
String getUri() throws DOMException;
|
||||
}
|
||||
Reference in New Issue
Block a user