Package org.apache.batik.bridge
Class Location
java.lang.Object
org.apache.batik.bridge.Location
- All Implemented Interfaces:
Location
This class implements the org.apache.batik.w3c.dom.Location interface for Batik
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Location
Creates a new Location.- Parameters:
ctx
- the bridge context
-
-
Method Details
-
assign
Invocation of this method causes the user agent to navigate to the supplied location. -
reload
public void reload()The user agent reloads the current document. -
toString
Returns the URL of this location as a String.
-