Uses of Class
org.apache.batik.apps.svgbrowser.HistoryBrowserInterface.AttributeModifiedCommand
-
Packages that use HistoryBrowserInterface.AttributeModifiedCommand Package Description org.apache.batik.apps.svgbrowser -
-
Uses of HistoryBrowserInterface.AttributeModifiedCommand in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser that return HistoryBrowserInterface.AttributeModifiedCommand Modifier and Type Method Description HistoryBrowserInterface.AttributeModifiedCommand
HistoryBrowserInterface. createAttributeModifiedCommand(org.w3c.dom.Element contextElement, java.lang.String attributeName, java.lang.String prevAttributeValue, java.lang.String newAttributeValue, java.lang.String namespaceURI)
Creates the AttributeModified command.
-