public class Java2DOutputDevice extends AbstractOutputDevice implements OutputDevice
?????? |
---|
Java2DOutputDevice(java.awt.image.BufferedImage outputImage) |
Java2DOutputDevice(java.awt.Graphics2D graphics) |
?????? | ????? |
---|---|
void |
clip(java.awt.Shape s) |
void |
drawBorderLine(java.awt.Rectangle bounds,
int side,
int lineWidth,
boolean solid) |
void |
drawImage(FSImage image,
int x,
int y) |
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 |
fill(java.awt.Shape s) |
void |
fillOval(int x,
int y,
int width,
int height) |
void |
fillRect(int x,
int y,
int width,
int height) |
java.awt.Shape |
getClip() |
java.awt.Graphics2D |
getGraphics() |
java.lang.Object |
getRenderingHint(java.awt.RenderingHints.Key key) |
java.awt.Stroke |
getStroke() |
boolean |
isSupportsCMYKColors() |
boolean |
isSupportsSelection() |
void |
paintReplacedElement(RenderingContext c,
BlockBox box) |
void |
setClip(java.awt.Shape s) |
void |
setColor(FSColor color) |
void |
setFont(FSFont font) |
void |
setRenderingHint(java.awt.RenderingHints.Key key,
java.lang.Object value) |
void |
setStroke(java.awt.Stroke s) |
void |
translate(double tx,
double ty) |
drawDebugOutline, drawText, drawTextDecoration, drawTextDecoration, paintBackground, paintBackground, paintBorder, paintBorder, paintCollapsedBorder
drawDebugOutline, drawText, drawTextDecoration, drawTextDecoration, paintBackground, paintBackground, paintBorder, paintBorder, paintCollapsedBorder
public Java2DOutputDevice(java.awt.Graphics2D graphics)
public Java2DOutputDevice(java.awt.image.BufferedImage outputImage)
public void drawSelection(RenderingContext c, InlineText inlineText)
drawSelection
???? OutputDevice
public void drawBorderLine(java.awt.Rectangle bounds, int side, int lineWidth, boolean solid)
drawBorderLine
???? OutputDevice
public void paintReplacedElement(RenderingContext c, BlockBox box)
paintReplacedElement
???? OutputDevice
public void setColor(FSColor color)
setColor
???? OutputDevice
public void drawRect(int x, int y, int width, int height)
drawRect
???? OutputDevice
public void fillRect(int x, int y, int width, int height)
fillRect
???? OutputDevice
public void setClip(java.awt.Shape s)
setClip
???? OutputDevice
public java.awt.Shape getClip()
getClip
???? OutputDevice
public void clip(java.awt.Shape s)
clip
???? OutputDevice
public void translate(double tx, double ty)
translate
???? OutputDevice
public java.awt.Graphics2D getGraphics()
public void drawOval(int x, int y, int width, int height)
drawOval
???? OutputDevice
public void fillOval(int x, int y, int width, int height)
fillOval
???? OutputDevice
public java.lang.Object getRenderingHint(java.awt.RenderingHints.Key key)
getRenderingHint
???? OutputDevice
public void setRenderingHint(java.awt.RenderingHints.Key key, java.lang.Object value)
setRenderingHint
???? OutputDevice
public void setFont(FSFont font)
setFont
???? OutputDevice
public void setStroke(java.awt.Stroke s)
setStroke
???? OutputDevice
public java.awt.Stroke getStroke()
getStroke
???? OutputDevice
public void fill(java.awt.Shape s)
fill
???? OutputDevice
public void drawImage(FSImage image, int x, int y)
drawImage
???? OutputDevice
public boolean isSupportsSelection()
isSupportsSelection
???? OutputDevice
public boolean isSupportsCMYKColors()
isSupportsCMYKColors
???? OutputDevice