Package net.anwiba.commons.graphic
Class Graphic2DDecorator
- java.lang.Object
-
- net.anwiba.commons.graphic.AbstractGraphics
-
- net.anwiba.commons.graphic.Graphic2DDecorator
-
- All Implemented Interfaces:
IGraphics
public class Graphic2DDecorator extends AbstractGraphics
-
-
Constructor Summary
Constructors Constructor Description Graphic2DDecorator(IGraphicResolution graphicResolution, java.awt.Graphics2D graphics)Graphic2DDecorator(IGraphicResolution graphicResolution, java.awt.Graphics2D graphics, java.awt.RenderingHints hints, IShapeProxyFactory shapeProxyFactory)
-
Method Summary
-
Methods inherited from class net.anwiba.commons.graphic.AbstractGraphics
clearRect, clip, clipRect, copyArea, create, draw, drawArc, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolyline, drawRenderableImage, drawRenderedImage, drawRoundRect, drawString, drawString, drawString, drawString, fill, fillArc, fillOval, fillPolygon, fillRect, fillRoundRect, getBackground, getClip, getClipBounds, getColor, getComposite, getDeviceConfiguration, getFont, getFontMetrics, getFontRenderContext, getGraphicResolution, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, getValueTransformer, hit, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setFont, setPaint, setPaintMode, setStroke, setTransform, setXORMode, shear, transform, translate, translate
-
-
-
-
Constructor Detail
-
Graphic2DDecorator
public Graphic2DDecorator(IGraphicResolution graphicResolution, java.awt.Graphics2D graphics)
-
Graphic2DDecorator
public Graphic2DDecorator(IGraphicResolution graphicResolution, java.awt.Graphics2D graphics, java.awt.RenderingHints hints, IShapeProxyFactory shapeProxyFactory)
-
-