Uses of Interface
org.xhtmlrenderer.extend.OutputDevice
Packages that use OutputDevice
Package
Description
-
Uses of OutputDevice in org.xhtmlrenderer.extend
Classes in org.xhtmlrenderer.extend with type parameters of type OutputDeviceModifier and TypeInterfaceDescriptioninterfaceTextRenderer<OutputDeviceType extends OutputDevice<?,FontType>, FontContextType extends FontContext, FontType extends FSFont> -
Uses of OutputDevice in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout with parameters of type OutputDeviceModifier and TypeMethodDescriptionSharedContext.newRenderingContextInstance(OutputDevice outputDevice, FontContext fontContext) SharedContext.newRenderingContextInstance(OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) Constructors in org.xhtmlrenderer.layout with parameters of type OutputDeviceModifierConstructorDescriptionBoxRangeHelper(OutputDevice outputDevice, List<BoxRangeData> rangeList) -
Uses of OutputDevice in org.xhtmlrenderer.render
Classes in org.xhtmlrenderer.render that implement OutputDeviceModifier and TypeClassDescriptionclassAbstractOutputDevice<T extends FSImage,FontType extends FSFont> An abstract implementation of anOutputDevice.Methods in org.xhtmlrenderer.render that return OutputDeviceConstructors in org.xhtmlrenderer.render with parameters of type OutputDeviceModifierConstructorDescriptionRenderingContext(SharedContext sharedContext, OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) needs a new instance every run -
Uses of OutputDevice in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement OutputDevice