org.apache.batik.apps.svgbrowser

Interface ResourceOrigin

public interface ResourceOrigin

This interface defines constants for the possible resource origins.
Field Summary
intANY
Any origin
intDOCUMENT
Same as document
intEMBEDED
Embeded into the document
intNONE
No origin is ok

Field Detail

ANY

public int ANY
Any origin

DOCUMENT

public int DOCUMENT
Same as document

EMBEDED

public int EMBEDED
Embeded into the document

NONE

public int NONE
No origin is ok
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.