Package eu.webtoolkit.jwt.utils
Class WebGraphics2D
java.lang.Object
java.awt.Graphics
java.awt.Graphics2D
eu.webtoolkit.jwt.utils.WebGraphics2D
An implementation of Graphics2D which uses a WPainter.
This is useful for moving existing Swing/AWT painting code into a WPaintedWidget.
- Author:
- koen
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWebGraphics2D(WPainter painter) Creates a Graphics2D context which paints on the given painter. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRenderingHints(Map<?, ?> v) voidclearRect(int x, int y, int width, int height) voidvoidclipRect(int x, int y, int width, int height) voidcopyArea(int x, int y, int width, int height, int dx, int dy) create()voiddispose()voidvoiddrawArc(int x, int y, int width, int height, int startAngle, int arcAngle) voiddrawGlyphVector(GlyphVector arg0, float arg1, float arg2) voiddrawImage(BufferedImage arg0, BufferedImageOp arg1, int arg2, int arg3) booleandrawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) booleandrawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) booleandrawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) booleandrawImage(Image img, int x, int y, int width, int height, ImageObserver observer) booleandrawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer) booleandrawImage(Image img, int x, int y, ImageObserver observer) booleandrawImage(Image arg0, AffineTransform arg1, ImageObserver arg2) voiddrawLine(int x1, int y1, int x2, int y2) voiddrawOval(int x, int y, int width, int height) voiddrawPolygon(int[] xPoints, int[] yPoints, int nPoints) voiddrawPolyline(int[] xPoints, int[] yPoints, int nPoints) voiddrawRenderableImage(RenderableImage arg0, AffineTransform arg1) voiddrawRenderedImage(RenderedImage arg0, AffineTransform arg1) voiddrawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) voiddrawString(String s, float x, float y) voiddrawString(String s, int x, int y) voiddrawString(AttributedCharacterIterator arg0, float arg1, float arg2) voiddrawString(AttributedCharacterIterator s, int x, int y) voidvoidfillArc(int x, int y, int width, int height, int startAngle, int arcAngle) voidfillOval(int x, int y, int width, int height) voidfillPolygon(int[] xPoints, int[] yPoints, int nPoints) voidfillRect(int x, int y, int width, int height) voidfillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) getClip()getColor()getFont()getPaint()booleanvoidrotate(double angle) voidrotate(double theta, double x, double y) voidscale(double sx, double sy) voidsetBackground(Color color) voidsetClip(int x, int y, int width, int height) voidvoidvoidsetComposite(Composite arg0) voidvoidvoidvoidsetRenderingHint(RenderingHints.Key key, Object value) voidsetRenderingHints(Map<?, ?> hints) voidvoidsetTransform(AffineTransform matrix) voidsetXORMode(Color c1) voidshear(double sh, double sv) voidtransform(AffineTransform matrix) voidtranslate(double x, double y) voidtranslate(int x, int y) Methods inherited from class java.awt.Graphics2D
draw3DRect, fill3DRectMethods inherited from class java.awt.Graphics
create, drawBytes, drawChars, drawPolygon, drawRect, fillPolygon, finalize, getClipBounds, getClipRect, getFontMetrics, hitClip, toString
-
Field Details
-
lastStringMeasured
-
lastStringWidth
protected int lastStringWidth
-
-
Constructor Details
-
WebGraphics2D
Creates a Graphics2D context which paints on the given painter.- Parameters:
painter- the painter to paint on.
-
-
Method Details
-
addRenderingHints
- Specified by:
addRenderingHintsin classGraphics2D
-
clip
- Specified by:
clipin classGraphics2D
-
draw
- Specified by:
drawin classGraphics2D
-
drawGlyphVector
- Specified by:
drawGlyphVectorin classGraphics2D
-
drawImage
- Specified by:
drawImagein classGraphics2D
-
drawImage
- Specified by:
drawImagein classGraphics2D
-
drawRenderableImage
- Specified by:
drawRenderableImagein classGraphics2D
-
drawRenderedImage
- Specified by:
drawRenderedImagein classGraphics2D
-
drawString
- Specified by:
drawStringin classGraphics2D
-
drawString
- Specified by:
drawStringin classGraphics2D
-
drawString
- Specified by:
drawStringin classGraphics2D
-
drawString
- Specified by:
drawStringin classGraphics2D
-
fill
- Specified by:
fillin classGraphics2D
-
getBackground
- Specified by:
getBackgroundin classGraphics2D
-
getComposite
- Specified by:
getCompositein classGraphics2D
-
getDeviceConfiguration
- Specified by:
getDeviceConfigurationin classGraphics2D
-
getFontRenderContext
- Specified by:
getFontRenderContextin classGraphics2D
-
getPaint
- Specified by:
getPaintin classGraphics2D
-
getRenderingHint
- Specified by:
getRenderingHintin classGraphics2D
-
getRenderingHints
- Specified by:
getRenderingHintsin classGraphics2D
-
getStroke
- Specified by:
getStrokein classGraphics2D
-
getTransform
- Specified by:
getTransformin classGraphics2D
-
hit
- Specified by:
hitin classGraphics2D
-
rotate
public void rotate(double angle) - Specified by:
rotatein classGraphics2D
-
rotate
public void rotate(double theta, double x, double y) - Specified by:
rotatein classGraphics2D
-
scale
public void scale(double sx, double sy) - Specified by:
scalein classGraphics2D
-
setBackground
- Specified by:
setBackgroundin classGraphics2D
-
setComposite
- Specified by:
setCompositein classGraphics2D
-
setPaint
- Specified by:
setPaintin classGraphics2D
-
setRenderingHint
- Specified by:
setRenderingHintin classGraphics2D
-
setRenderingHints
- Specified by:
setRenderingHintsin classGraphics2D
-
setStroke
- Specified by:
setStrokein classGraphics2D
-
setTransform
- Specified by:
setTransformin classGraphics2D
-
shear
public void shear(double sh, double sv) - Specified by:
shearin classGraphics2D
-
transform
- Specified by:
transformin classGraphics2D
-
translate
public void translate(int x, int y) - Specified by:
translatein classGraphics2D
-
translate
public void translate(double x, double y) - Specified by:
translatein classGraphics2D
-
clearRect
public void clearRect(int x, int y, int width, int height) -
clipRect
public void clipRect(int x, int y, int width, int height) -
copyArea
public void copyArea(int x, int y, int width, int height, int dx, int dy) -
create
-
dispose
public void dispose() -
drawArc
public void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) -
drawImage
-
drawImage
-
drawImage
-
drawImage
public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) -
drawImage
public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) -
drawImage
public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) -
drawLine
public void drawLine(int x1, int y1, int x2, int y2) -
drawOval
public void drawOval(int x, int y, int width, int height) -
drawPolygon
public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints) - Specified by:
drawPolygonin classGraphics
-
drawPolyline
public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints) - Specified by:
drawPolylinein classGraphics
-
drawRoundRect
public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) - Specified by:
drawRoundRectin classGraphics
-
fillArc
public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) -
fillOval
public void fillOval(int x, int y, int width, int height) -
fillPolygon
public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints) - Specified by:
fillPolygonin classGraphics
-
fillRect
public void fillRect(int x, int y, int width, int height) -
fillRoundRect
public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) - Specified by:
fillRoundRectin classGraphics
-
getClip
-
getClipBounds
- Specified by:
getClipBoundsin classGraphics
-
getColor
-
getFont
-
getFontMetrics
- Specified by:
getFontMetricsin classGraphics
-
setClip
-
setClip
public void setClip(int x, int y, int width, int height) -
setColor
-
setFont
-
setPaintMode
public void setPaintMode()- Specified by:
setPaintModein classGraphics
-
setXORMode
- Specified by:
setXORModein classGraphics
-