public abstract class AbstractOutputDevice extends java.lang.Object implements OutputDevice
OutputDevice
. It provides complete
implementations for many OutputDevice
methods.?????? |
---|
AbstractOutputDevice() |
?????? | ????? |
---|---|
void |
drawDebugOutline(RenderingContext c,
Box box,
FSColor color) |
void |
drawText(RenderingContext c,
InlineText inlineText) |
void |
drawTextDecoration(RenderingContext c,
InlineLayoutBox iB,
TextDecoration decoration) |
void |
drawTextDecoration(RenderingContext c,
LineBox lineBox) |
void |
paintBackground(RenderingContext c,
Box box) |
void |
paintBackground(RenderingContext c,
CalculatedStyle style,
java.awt.Rectangle bounds,
java.awt.Rectangle bgImageContainer) |
void |
paintBorder(RenderingContext c,
Box box) |
void |
paintBorder(RenderingContext c,
CalculatedStyle style,
java.awt.Rectangle edge,
int sides) |
void |
paintCollapsedBorder(RenderingContext c,
BorderPropertySet border,
java.awt.Rectangle bounds,
int side) |
clip, drawBorderLine, drawImage, drawOval, drawRect, drawSelection, fill, fillOval, fillRect, getClip, getRenderingHint, getStroke, isSupportsCMYKColors, isSupportsSelection, paintReplacedElement, setClip, setColor, setFont, setRenderingHint, setStroke, translate
public void drawText(RenderingContext c, InlineText inlineText)
drawText
???? OutputDevice
public void drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration)
drawTextDecoration
???? OutputDevice
public void drawTextDecoration(RenderingContext c, LineBox lineBox)
drawTextDecoration
???? OutputDevice
public void drawDebugOutline(RenderingContext c, Box box, FSColor color)
drawDebugOutline
???? OutputDevice
public void paintCollapsedBorder(RenderingContext c, BorderPropertySet border, java.awt.Rectangle bounds, int side)
paintCollapsedBorder
???? OutputDevice
public void paintBorder(RenderingContext c, Box box)
paintBorder
???? OutputDevice
public void paintBorder(RenderingContext c, CalculatedStyle style, java.awt.Rectangle edge, int sides)
paintBorder
???? OutputDevice
public void paintBackground(RenderingContext c, CalculatedStyle style, java.awt.Rectangle bounds, java.awt.Rectangle bgImageContainer)
paintBackground
???? OutputDevice
public void paintBackground(RenderingContext c, Box box)
paintBackground
???? OutputDevice