Package | Description |
---|---|
org.apache.fop.events |
Subsystem for reporting events inside FOP to client applications.
|
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultEventBroadcaster.broadcastEvent(Event event)
Broadcasts an event.
|
void |
EventBroadcaster.broadcastEvent(Event event)
Broadcasts an event.
|
java.lang.Throwable |
UnsupportedOperationExceptionFactory.createException(Event event)
Creates an exception from an event.
|
java.lang.Throwable |
EventExceptionManager.ExceptionFactory.createException(Event event)
Creates an exception from an event.
|
java.lang.Throwable |
PropertyExceptionFactory.createException(Event event)
Creates an exception from an event.
|
java.lang.Throwable |
ValidationExceptionFactory.createException(Event event)
Creates an exception from an event.
|
static java.lang.String |
EventFormatter.format(Event event)
Formats an event using the default locale.
|
static java.lang.String |
EventFormatter.format(Event event,
java.util.Locale locale)
Formats an event using a given locale.
|
static java.lang.String |
EventFormatter.format(Event event,
java.lang.String pattern)
Formats the event using a given pattern.
|
void |
FOPEventListenerProxy.processEvent(Event event)
This method is called for each event that is generated.
|
void |
LoggingEventListener.processEvent(Event event)
This method is called for each event that is generated.
|
void |
CompositeEventListener.processEvent(Event event)
This method is called for each event that is generated.
|
void |
EventListener.processEvent(Event event)
This method is called for each event that is generated.
|
static void |
EventExceptionManager.throwException(Event event,
java.lang.String exceptionClass)
Converts an event into an exception and throws that.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
PageProductionException.PageProductionExceptionFactory.createException(Event event)
Creates an exception from an event.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
LayoutException.LayoutExceptionFactory.createException(Event event)
Creates an exception from an event.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.