public class EngravedTextGraphics extends Graphics2DDelegate
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
SHADOW_COLOR |
myDelegate| Constructor and Description |
|---|
EngravedTextGraphics(java.awt.Graphics2D g2d) |
EngravedTextGraphics(java.awt.Graphics2D g2d,
int xoffset,
int yoffset,
java.awt.Color shadowColor) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Graphics |
create() |
void |
drawChars(char[] data,
int offset,
int length,
int x,
int y) |
void |
drawString(java.text.AttributedCharacterIterator iterator,
float x,
float y) |
void |
drawString(java.text.AttributedCharacterIterator iterator,
int x,
int y) |
void |
drawString(java.lang.String s,
float x,
float y) |
void |
drawString(java.lang.String str,
int x,
int y) |
addRenderingHints, clearRect, clip, clipRect, copyArea, dispose, draw, drawArc, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolyline, drawRenderableImage, drawRenderedImage, drawRoundRect, fill, fillArc, fillOval, fillPolygon, fillRect, fillRoundRect, getBackground, getClip, getClipBounds, getColor, getComposite, getDelegate, getDeviceConfiguration, getFont, getFontMetrics, getFontRenderContext, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, hit, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setFont, setPaint, setPaintMode, setRenderingHint, setRenderingHints, setStroke, setTransform, setXORMode, shear, transform, translate, translatepublic EngravedTextGraphics(java.awt.Graphics2D g2d)
public EngravedTextGraphics(java.awt.Graphics2D g2d,
int xoffset,
int yoffset,
java.awt.Color shadowColor)
public java.awt.Graphics create()
create in class Graphics2DDelegatepublic void drawChars(char[] data,
int offset,
int length,
int x,
int y)
drawChars in class Graphics2DDelegatepublic void drawString(java.lang.String str,
int x,
int y)
drawString in class Graphics2DDelegatepublic void drawString(java.text.AttributedCharacterIterator iterator,
float x,
float y)
drawString in class Graphics2DDelegatepublic void drawString(java.text.AttributedCharacterIterator iterator,
int x,
int y)
drawString in class Graphics2DDelegatepublic void drawString(java.lang.String s,
float x,
float y)
drawString in class Graphics2DDelegate