Uses of Class
org.apache.fop.accessibility.fo.Event
-
Packages that use Event Package Description org.apache.fop.accessibility.fo -
-
Uses of Event in org.apache.fop.accessibility.fo
Fields in org.apache.fop.accessibility.fo declared as Event Modifier and Type Field Description private EventFO2StructureTreeConverter. currentNodeprotected EventEvent. parentprivate EventFO2StructureTreeConverter. rootFields in org.apache.fop.accessibility.fo with type parameters of type Event Modifier and Type Field Description private java.util.List<Event>Event. childrenMethods in org.apache.fop.accessibility.fo with parameters of type Event Modifier and Type Method Description voidEvent. add(Event child)private voidFO2StructureTreeConverter. content(Event event, boolean hasContent)private voidFO2StructureTreeConverter. endContent(Event event)private voidFO2StructureTreeConverter. startContent(Event event, boolean hasContent)Constructors in org.apache.fop.accessibility.fo with parameters of type Event Constructor Description Event(Event parent)
-