EspressReport
v 5.5

quadbase.common.util.internal
Class ZoomGraphics

java.lang.Object
  |
  +--java.awt.Graphics
        |
        +--quadbase.common.util.internal.QbGraphics
              |
              +--quadbase.common.util.internal.ZoomGraphics
All Implemented Interfaces:
IQbGraphics

public class ZoomGraphics
extends QbGraphics
implements IQbGraphics


Constructor Summary
ZoomGraphics(java.awt.Graphics graphics, int w, int h, double propx, double propy)
           
 
Method Summary
 void clearRect(int x, int y, int width, int height)
          See Graphics.
 void clipRect(int x, int y, int width, int height)
          Not supported.
 void copyArea(int x, int y, int width, int height, int dx, int dy)
          Not supported.
 java.awt.Graphics create()
          Not supported.
 java.awt.Graphics create(int x, int y, int width, int height)
          Not supported.
 void dispose()
          See Graphics.
 void done()
           
 void draw3DRect(int x, int y, int width, int height, boolean raised)
          See Graphics.
 void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle)
          See Graphics.
 void drawArc2D(float x, float y, float w, float h, float start, float extent, int type)
           
 void drawImage(byte[] data, int option, int x, int y, int width, int height)
           
 boolean drawImage(java.awt.Image img, int x, int y, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
          See Graphics.
 boolean drawImage(java.awt.Image img, int x, int y, java.awt.image.ImageObserver observer)
          See Graphics.
 boolean drawImage(java.awt.Image img, int x, int y, int width, int height, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
          See Graphics.
 boolean drawImage(java.awt.Image img, int x, int y, int width, int height, java.awt.image.ImageObserver observer)
          See Graphics.
 boolean drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
          See Graphics.
 boolean drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.image.ImageObserver observer)
          See Graphics.
 void drawImage(java.net.URL url, int option, int x, int y, int width, int height)
           
 void drawLine(int x1, int y1, int x2, int y2)
          See Graphics.
 void drawLine2D(float x1, float y1, float x2, float y2)
           
 void drawOval(int x, int y, int width, int height)
          See Graphics.
 void drawPolygon(int[] xPoints, int[] yPoints, int nPoints)
          See Graphics.
 void drawPolyline(int[] xPoints, int[] yPoints, int nPoints)
          See Graphics.
 void drawRect(int x, int y, int width, int height)
          See Graphics.
 void drawRotateString(java.lang.String str, java.awt.Font font, boolean isJ2DRotate, java.awt.Color color, float angle, int x, int y)
           
 void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)
          See Graphics.
 void drawRoundRectangle(float x1, float y1, float x2, float y2, float rx, float ry)
           
 void drawSegment(java.lang.Object[] segment, int xPt2, int yPt2)
           
 void drawString(java.text.AttributedCharacterIterator text, int x, int y)
          Not supported.
 void drawString(java.lang.String str, int x, int y)
          See Graphics.
 void drawString(java.lang.String str3, int xPt1, int wPt1, short align, int yPt1, boolean drawUnderline)
          See Graphics.
 void fill3DRect(int x, int y, int width, int height, boolean raised)
          See Graphics.
 void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle)
          See Graphics.
 void fillOval(int x, int y, int width, int height)
          See Graphics.
 void fillPolygon(int[] xPoints, int[] yPoints, int nPoints)
          See Graphics.
 void fillRect(int x, int y, int width, int height)
          See Graphics.
 void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)
          See Graphics.
 void fillRoundRectangle(float x, float y, float w, float h, float r, float thickness, boolean drawTop, boolean drawBottom)
           
 java.awt.Shape getClip()
          Not supported.
 java.awt.Rectangle getClipBounds()
          Not supported.
 java.awt.Rectangle getClipRect()
          Not supported.
 java.awt.Color getColor()
          See Graphics.
 java.awt.Font getFont()
          See Graphics.
 java.awt.FontMetrics getFontMetrics(java.awt.Font f)
          See Graphics.
 void setBasicStroke(float width, int cap, int join, float miterlimit, float[] dash, float dash_phase)
           
 void setChartTab()
           
 void setClip(int x, int y, int width, int height)
          Not supported.
 void setClip(java.awt.Shape clip)
          Not supported.
 void setColor(java.awt.Color newcolor)
          See Graphics.
 void setCompositeSrcOver(float alpha)
           
 void setEndTab()
           
 void setFont(java.awt.Font newfont)
          See Graphics.
 void setLegendTab()
           
 void setOriginalComposite()
           
 void setPaintMode()
          Not supported.
 void setTableTab()
           
 void setXORMode(java.awt.Color c1)
          Not supported.
 void translate(int x, int y)
          See Graphics.
 
Methods inherited from class quadbase.common.util.internal.QbGraphics
drawIntersect, fillIntersect, setGradientPaint, setTexturePaint
 
Methods inherited from class java.awt.Graphics
drawBytes, drawChars, drawPolygon, fillPolygon, finalize, getClipBounds, getFontMetrics, hitClip, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface quadbase.common.util.internal.IQbGraphics
drawIntersect, fillIntersect, setGradientPaint, setTexturePaint
 

Constructor Detail

ZoomGraphics

public ZoomGraphics(java.awt.Graphics graphics,
                    int w,
                    int h,
                    double propx,
                    double propy)
Method Detail

done

public void done()
          throws java.lang.Exception
Overrides:
done in class QbGraphics

setChartTab

public void setChartTab()
Specified by:
setChartTab in interface IQbGraphics
Overrides:
setChartTab in class QbGraphics

setTableTab

public void setTableTab()
Specified by:
setTableTab in interface IQbGraphics
Overrides:
setTableTab in class QbGraphics

setLegendTab

public void setLegendTab()
Specified by:
setLegendTab in interface IQbGraphics
Overrides:
setLegendTab in class QbGraphics

setEndTab

public void setEndTab()
Specified by:
setEndTab in interface IQbGraphics
Overrides:
setEndTab in class QbGraphics

clearRect

public void clearRect(int x,
                      int y,
                      int width,
                      int height)
See Graphics.
Overrides:
clearRect in class QbGraphics
See Also:
Graphics

clipRect

public void clipRect(int x,
                     int y,
                     int width,
                     int height)
Not supported.
Overrides:
clipRect in class QbGraphics
See Also:
Graphics

copyArea

public void copyArea(int x,
                     int y,
                     int width,
                     int height,
                     int dx,
                     int dy)
Not supported.
Overrides:
copyArea in class QbGraphics
See Also:
Graphics

create

public java.awt.Graphics create()
Not supported.
Overrides:
create in class QbGraphics
See Also:
Graphics

create

public java.awt.Graphics create(int x,
                                int y,
                                int width,
                                int height)
Not supported.
Overrides:
create in class QbGraphics
See Also:
Graphics

dispose

public void dispose()
See Graphics.
Overrides:
dispose in class QbGraphics
See Also:
Graphics

drawArc

public void drawArc(int x,
                    int y,
                    int width,
                    int height,
                    int startAngle,
                    int arcAngle)
See Graphics.
Overrides:
drawArc in class QbGraphics
See Also:
Graphics

drawImage

public void drawImage(java.net.URL url,
                      int option,
                      int x,
                      int y,
                      int width,
                      int height)
Specified by:
drawImage in interface IQbGraphics
Overrides:
drawImage in class QbGraphics

drawImage

public void drawImage(byte[] data,
                      int option,
                      int x,
                      int y,
                      int width,
                      int height)
Specified by:
drawImage in interface IQbGraphics
Overrides:
drawImage in class QbGraphics

drawLine2D

public void drawLine2D(float x1,
                       float y1,
                       float x2,
                       float y2)
Overrides:
drawLine2D in class QbGraphics

drawArc2D

public void drawArc2D(float x,
                      float y,
                      float w,
                      float h,
                      float start,
                      float extent,
                      int type)
Specified by:
drawArc2D in interface IQbGraphics
Overrides:
drawArc2D in class QbGraphics

setBasicStroke

public void setBasicStroke(float width,
                           int cap,
                           int join,
                           float miterlimit,
                           float[] dash,
                           float dash_phase)
Specified by:
setBasicStroke in interface IQbGraphics
Overrides:
setBasicStroke in class QbGraphics

drawRoundRectangle

public void drawRoundRectangle(float x1,
                               float y1,
                               float x2,
                               float y2,
                               float rx,
                               float ry)
Overrides:
drawRoundRectangle in class QbGraphics

fillRoundRectangle

public void fillRoundRectangle(float x,
                               float y,
                               float w,
                               float h,
                               float r,
                               float thickness,
                               boolean drawTop,
                               boolean drawBottom)
Overrides:
fillRoundRectangle in class QbGraphics

drawImage

public boolean drawImage(java.awt.Image img,
                         int x,
                         int y,
                         java.awt.Color bgcolor,
                         java.awt.image.ImageObserver observer)
See Graphics.
Overrides:
drawImage in class QbGraphics
See Also:
Graphics

drawImage

public boolean drawImage(java.awt.Image img,
                         int x,
                         int y,
                         java.awt.image.ImageObserver observer)
See Graphics.
Overrides:
drawImage in class QbGraphics
See Also:
Graphics

drawImage

public boolean drawImage(java.awt.Image img,
                         int x,
                         int y,
                         int width,
                         int height,
                         java.awt.Color bgcolor,
                         java.awt.image.ImageObserver observer)
See Graphics.
Overrides:
drawImage in class QbGraphics
See Also:
Graphics

drawImage

public boolean drawImage(java.awt.Image img,
                         int x,
                         int y,
                         int width,
                         int height,
                         java.awt.image.ImageObserver observer)
See Graphics.
Overrides:
drawImage in class QbGraphics
See Also:
Graphics

drawImage

public boolean drawImage(java.awt.Image img,
                         int dx1,
                         int dy1,
                         int dx2,
                         int dy2,
                         int sx1,
                         int sy1,
                         int sx2,
                         int sy2,
                         java.awt.Color bgcolor,
                         java.awt.image.ImageObserver observer)
See Graphics.
Overrides:
drawImage in class QbGraphics
See Also:
Graphics

drawImage

public boolean drawImage(java.awt.Image img,
                         int dx1,
                         int dy1,
                         int dx2,
                         int dy2,
                         int sx1,
                         int sy1,
                         int sx2,
                         int sy2,
                         java.awt.image.ImageObserver observer)
See Graphics.
Overrides:
drawImage in class QbGraphics
See Also:
Graphics

setCompositeSrcOver

public void setCompositeSrcOver(float alpha)
Specified by:
setCompositeSrcOver in interface IQbGraphics
Overrides:
setCompositeSrcOver in class QbGraphics

setOriginalComposite

public void setOriginalComposite()
Specified by:
setOriginalComposite in interface IQbGraphics
Overrides:
setOriginalComposite in class QbGraphics

drawLine

public void drawLine(int x1,
                     int y1,
                     int x2,
                     int y2)
See Graphics.
Overrides:
drawLine in class QbGraphics
See Also:
Graphics

drawOval

public void drawOval(int x,
                     int y,
                     int width,
                     int height)
See Graphics.
Overrides:
drawOval in class QbGraphics
See Also:
Graphics

drawPolygon

public void drawPolygon(int[] xPoints,
                        int[] yPoints,
                        int nPoints)
See Graphics.
Overrides:
drawPolygon in class QbGraphics
See Also:
Graphics

drawPolyline

public void drawPolyline(int[] xPoints,
                         int[] yPoints,
                         int nPoints)
See Graphics.
Overrides:
drawPolyline in class QbGraphics
See Also:
Graphics

drawRect

public void drawRect(int x,
                     int y,
                     int width,
                     int height)
See Graphics.
Overrides:
drawRect in class QbGraphics
See Also:
Graphics

draw3DRect

public void draw3DRect(int x,
                       int y,
                       int width,
                       int height,
                       boolean raised)
See Graphics.
Overrides:
draw3DRect in class QbGraphics
See Also:
Graphics

drawRoundRect

public void drawRoundRect(int x,
                          int y,
                          int width,
                          int height,
                          int arcWidth,
                          int arcHeight)
See Graphics.
Overrides:
drawRoundRect in class QbGraphics
See Also:
Graphics

drawString

public void drawString(java.lang.String str,
                       int x,
                       int y)
See Graphics.
Overrides:
drawString in class QbGraphics
See Also:
Graphics

drawString

public void drawString(java.lang.String str3,
                       int xPt1,
                       int wPt1,
                       short align,
                       int yPt1,
                       boolean drawUnderline)
See Graphics.
Specified by:
drawString in interface IQbGraphics
Overrides:
drawString in class QbGraphics
See Also:
Graphics

drawSegment

public void drawSegment(java.lang.Object[] segment,
                        int xPt2,
                        int yPt2)
Specified by:
drawSegment in interface IQbGraphics
Overrides:
drawSegment in class QbGraphics

drawRotateString

public void drawRotateString(java.lang.String str,
                             java.awt.Font font,
                             boolean isJ2DRotate,
                             java.awt.Color color,
                             float angle,
                             int x,
                             int y)
Specified by:
drawRotateString in interface IQbGraphics
Overrides:
drawRotateString in class QbGraphics

drawString

public void drawString(java.text.AttributedCharacterIterator text,
                       int x,
                       int y)
Not supported.
Overrides:
drawString in class QbGraphics
See Also:
Graphics

fillArc

public void fillArc(int x,
                    int y,
                    int width,
                    int height,
                    int startAngle,
                    int arcAngle)
See Graphics.
Overrides:
fillArc in class QbGraphics
See Also:
Graphics

fillOval

public void fillOval(int x,
                     int y,
                     int width,
                     int height)
See Graphics.
Overrides:
fillOval in class QbGraphics
See Also:
Graphics

fillPolygon

public void fillPolygon(int[] xPoints,
                        int[] yPoints,
                        int nPoints)
See Graphics.
Overrides:
fillPolygon in class QbGraphics
See Also:
Graphics

fillRect

public void fillRect(int x,
                     int y,
                     int width,
                     int height)
See Graphics.
Overrides:
fillRect in class QbGraphics
See Also:
Graphics

fill3DRect

public void fill3DRect(int x,
                       int y,
                       int width,
                       int height,
                       boolean raised)
See Graphics.
Overrides:
fill3DRect in class QbGraphics
See Also:
Graphics

fillRoundRect

public void fillRoundRect(int x,
                          int y,
                          int width,
                          int height,
                          int arcWidth,
                          int arcHeight)
See Graphics.
Overrides:
fillRoundRect in class QbGraphics
See Also:
Graphics

getClip

public java.awt.Shape getClip()
Not supported.
Overrides:
getClip in class QbGraphics
See Also:
Graphics

getClipRect

public java.awt.Rectangle getClipRect()
Not supported.
Overrides:
getClipRect in class QbGraphics
See Also:
Graphics

getClipBounds

public java.awt.Rectangle getClipBounds()
Not supported.
Overrides:
getClipBounds in class QbGraphics
See Also:
Graphics

getColor

public java.awt.Color getColor()
See Graphics.
Overrides:
getColor in class QbGraphics
See Also:
Graphics

getFont

public java.awt.Font getFont()
See Graphics.
Overrides:
getFont in class QbGraphics
See Also:
Graphics

getFontMetrics

public java.awt.FontMetrics getFontMetrics(java.awt.Font f)
See Graphics.
Overrides:
getFontMetrics in class QbGraphics
See Also:
Graphics

setClip

public void setClip(int x,
                    int y,
                    int width,
                    int height)
Not supported.
Overrides:
setClip in class QbGraphics
See Also:
Graphics

setClip

public void setClip(java.awt.Shape clip)
Not supported.
Overrides:
setClip in class QbGraphics
See Also:
Graphics

setColor

public void setColor(java.awt.Color newcolor)
See Graphics.
Overrides:
setColor in class QbGraphics
See Also:
Graphics

setFont

public void setFont(java.awt.Font newfont)
See Graphics.
Overrides:
setFont in class QbGraphics
See Also:
Graphics

setPaintMode

public void setPaintMode()
Not supported.
Overrides:
setPaintMode in class QbGraphics
See Also:
Graphics

setXORMode

public void setXORMode(java.awt.Color c1)
Not supported.
Overrides:
setXORMode in class QbGraphics
See Also:
Graphics

translate

public void translate(int x,
                      int y)
See Graphics.
Overrides:
translate in class QbGraphics
See Also:
Graphics

EspressReport
v 5.5