Package hec.gfx2d
Class G2dWMFGraphics2D
java.lang.Object
java.awt.Graphics
java.awt.Graphics2D
rma.util.wmf.WMFGraphics2D
hec.gfx2d.G2dWMFGraphics2D
-
Constructor Summary
ConstructorsModifierConstructorDescriptionG2dWMFGraphics2D(G2dPanel panel, WMF wmf, int width, int height) G2dWMFGraphics2D(G2dPanel panel, WMF wmf, int width, int height, Color fore, Color back) protected -
Method Summary
Methods inherited from class rma.util.wmf.WMFGraphics2D
addRenderingHints, clearRect, clip, clipRect, copyArea, dispose, draw, drawArc, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolyline, drawRect, drawRenderableImage, drawRenderedImage, drawRoundRect, drawString, drawString, drawString, drawString, fill, fillArc, fillOval, fillPolygon, fillRect, fillRoundRect, getBackground, getClip, getClipBounds, getColor, getComposite, getDeviceConfiguration, getFlatness, getFont, getFontMetrics, getFontRenderContext, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, hit, isGDIFontDrawing, isGDIPenDrawing, isGDIPenWidthDrawing, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setFlatness, setFont, setGDIFontDrawing, setGDIPenDrawing, setGDIPenWidthDrawing, setPaint, setPaintMode, setRenderingHint, setRenderingHints, setTransform, setXORMode, shear, transform, translate, translateMethods inherited from class java.awt.Graphics2D
draw3DRect, fill3DRectMethods inherited from class java.awt.Graphics
create, drawBytes, drawChars, drawPolygon, fillPolygon, finalize, getClipBounds, getClipRect, getFontMetrics, hitClip, toString
-
Constructor Details
-
G2dWMFGraphics2D
-
G2dWMFGraphics2D
-
G2dWMFGraphics2D
-
-
Method Details
-
setStroke
Description copied from class:WMFGraphics2DSee Graphics2D.- Overrides:
setStrokein classWMFGraphics2D- Parameters:
s- The new stroke value- See Also:
-
create
Description copied from class:WMFGraphics2DSee Graphics2D.- Overrides:
createin classWMFGraphics2D- Returns:
- Description of the Return Value
- See Also:
-