Package org.apache.batik.apps.svgbrowser
Interface ResourceOrigin
-
public interface ResourceOrigin
This interface defines constants for the possible resource origins.- Version:
- $Id: ResourceOrigin.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Detail
-
ANY
static final int ANY
Any origin- See Also:
- Constant Field Values
-
DOCUMENT
static final int DOCUMENT
Same as document- See Also:
- Constant Field Values
-
EMBEDED
static final int EMBEDED
Embeded into the document- See Also:
- Constant Field Values
-
NONE
static final int NONE
No origin is ok- See Also:
- Constant Field Values
-
-