Package hec.gfx2d

Class G2dWMFGraphics2D

java.lang.Object
java.awt.Graphics
java.awt.Graphics2D
rma.util.wmf.WMFGraphics2D
hec.gfx2d.G2dWMFGraphics2D

public class G2dWMFGraphics2D extends rma.util.wmf.WMFGraphics2D
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    G2dWMFGraphics2D(G2dPanel panel, rma.util.wmf.WMF wmf, int width, int height)
     
     
    G2dWMFGraphics2D(G2dPanel panel, rma.util.wmf.WMF wmf, int width, int height, Color fore, Color back)
     
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    See Graphics2D.
    void
    See Graphics2D.

    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, translate

    Methods inherited from class java.awt.Graphics2D

    draw3DRect, fill3DRect

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • G2dWMFGraphics2D

      public G2dWMFGraphics2D(G2dPanel panel, rma.util.wmf.WMF wmf, int width, int height)
    • G2dWMFGraphics2D

      public G2dWMFGraphics2D(G2dPanel panel, rma.util.wmf.WMF wmf, int width, int height, Color fore, Color back)
    • G2dWMFGraphics2D

      protected G2dWMFGraphics2D(G2dWMFGraphics2D g)
  • Method Details

    • setStroke

      public void setStroke(Stroke s)
      Description copied from class: rma.util.wmf.WMFGraphics2D
      See Graphics2D.
      Overrides:
      setStroke in class rma.util.wmf.WMFGraphics2D
      Parameters:
      s - The new stroke value
      See Also:
    • create

      public Graphics create()
      Description copied from class: rma.util.wmf.WMFGraphics2D
      See Graphics2D.
      Overrides:
      create in class rma.util.wmf.WMFGraphics2D
      Returns:
      Description of the Return Value
      See Also: