org.apache.batik.css.engine
Interface CSSEngineUserAgent

All Known Implementing Classes:
BridgeContext.CSSEngineUserAgentWrapper

public interface CSSEngineUserAgent

One line Class Desc Complete Class Desc

Version:
$Id: CSSEngineUserAgent.java,v 1.1 2003/08/14 00:53:51 deweese Exp $
Author:
Method Summary
 void displayError(java.lang.Exception ex)
          Displays an error resulting from the specified Exception.
 void displayMessage(java.lang.String message)
          Displays a message in the User Agent interface.
 

Method Detail

displayError

public void displayError(java.lang.Exception ex)
Displays an error resulting from the specified Exception.


displayMessage

public void displayMessage(java.lang.String message)
Displays a message in the User Agent interface.



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.