Package org.xhtmlrenderer.extend
Interface OutputDevice
- All Known Implementing Classes:
AbstractOutputDevice
,ITextOutputDevice
,Java2DOutputDevice
,SWTOutputDevice
public interface OutputDevice
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
drawBorderLine
(Shape bounds, int side, int width, boolean solid) void
drawDebugOutline
(RenderingContext c, Box box, FSColor color) void
void
drawOval
(int x, int y, int width, int height) void
drawRect
(int x, int y, int width, int height) void
drawSelection
(RenderingContext c, InlineText inlineText) void
drawText
(RenderingContext c, InlineText inlineText) void
drawTextDecoration
(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) void
drawTextDecoration
(RenderingContext c, LineBox lineBox) void
void
fillOval
(int x, int y, int width, int height) void
fillRect
(int x, int y, int width, int height) getClip()
boolean
boolean
void
paintBackground
(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border) void
paintBackground
(RenderingContext c, Box box) void
paintBorder
(RenderingContext c, CalculatedStyle style, Rectangle edge, int sides) void
paintBorder
(RenderingContext c, Box box) void
paintCollapsedBorder
(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) void
void
void
void
void
setRenderingHint
(RenderingHints.Key key, Object value) void
void
translate
(double tx, double ty)
-
Method Details
-
drawText
-
drawSelection
-
drawTextDecoration
-
drawTextDecoration
-
paintBorder
-
paintBorder
-
paintCollapsedBorder
-
paintBackground
-
paintBackground
void paintBackground(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border) -
paintReplacedElement
-
drawDebugOutline
-
setFont
-
setColor
-
drawRect
void drawRect(int x, int y, int width, int height) -
drawOval
void drawOval(int x, int y, int width, int height) -
drawBorderLine
-
drawImage
-
draw
-
fill
-
fillRect
void fillRect(int x, int y, int width, int height) -
fillOval
void fillOval(int x, int y, int width, int height) -
clip
-
getClip
Shape getClip() -
setClip
-
translate
void translate(double tx, double ty) -
setStroke
-
getStroke
Stroke getStroke() -
getRenderingHint
-
setRenderingHint
-
isSupportsSelection
boolean isSupportsSelection() -
isSupportsCMYKColors
boolean isSupportsCMYKColors()
-