|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.awt.Graphics
|
+--quadbase.common.util.internal.QbGraphics
|
+--quadbase.common.util.internal.ZoomGraphics
| 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 |
public ZoomGraphics(java.awt.Graphics graphics,
int w,
int h,
double propx,
double propy)
| Method Detail |
public void done()
throws java.lang.Exception
done in class QbGraphicspublic void setChartTab()
setChartTab in interface IQbGraphicssetChartTab in class QbGraphicspublic void setTableTab()
setTableTab in interface IQbGraphicssetTableTab in class QbGraphicspublic void setLegendTab()
setLegendTab in interface IQbGraphicssetLegendTab in class QbGraphicspublic void setEndTab()
setEndTab in interface IQbGraphicssetEndTab in class QbGraphics
public void clearRect(int x,
int y,
int width,
int height)
clearRect in class QbGraphicsGraphics
public void clipRect(int x,
int y,
int width,
int height)
clipRect in class QbGraphicsGraphics
public void copyArea(int x,
int y,
int width,
int height,
int dx,
int dy)
copyArea in class QbGraphicsGraphicspublic java.awt.Graphics create()
create in class QbGraphicsGraphics
public java.awt.Graphics create(int x,
int y,
int width,
int height)
create in class QbGraphicsGraphicspublic void dispose()
dispose in class QbGraphicsGraphics
public void drawArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
drawArc in class QbGraphicsGraphics
public void drawImage(java.net.URL url,
int option,
int x,
int y,
int width,
int height)
drawImage in interface IQbGraphicsdrawImage in class QbGraphics
public void drawImage(byte[] data,
int option,
int x,
int y,
int width,
int height)
drawImage in interface IQbGraphicsdrawImage in class QbGraphics
public void drawLine2D(float x1,
float y1,
float x2,
float y2)
drawLine2D in class QbGraphics
public void drawArc2D(float x,
float y,
float w,
float h,
float start,
float extent,
int type)
drawArc2D in interface IQbGraphicsdrawArc2D in class QbGraphics
public void setBasicStroke(float width,
int cap,
int join,
float miterlimit,
float[] dash,
float dash_phase)
setBasicStroke in interface IQbGraphicssetBasicStroke in class QbGraphics
public void drawRoundRectangle(float x1,
float y1,
float x2,
float y2,
float rx,
float ry)
drawRoundRectangle in class QbGraphics
public void fillRoundRectangle(float x,
float y,
float w,
float h,
float r,
float thickness,
boolean drawTop,
boolean drawBottom)
fillRoundRectangle in class QbGraphics
public boolean drawImage(java.awt.Image img,
int x,
int y,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
drawImage in class QbGraphicsGraphics
public boolean drawImage(java.awt.Image img,
int x,
int y,
java.awt.image.ImageObserver observer)
drawImage in class QbGraphicsGraphics
public boolean drawImage(java.awt.Image img,
int x,
int y,
int width,
int height,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
drawImage in class QbGraphicsGraphics
public boolean drawImage(java.awt.Image img,
int x,
int y,
int width,
int height,
java.awt.image.ImageObserver observer)
drawImage in class QbGraphicsGraphics
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)
drawImage in class QbGraphicsGraphics
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)
drawImage in class QbGraphicsGraphicspublic void setCompositeSrcOver(float alpha)
setCompositeSrcOver in interface IQbGraphicssetCompositeSrcOver in class QbGraphicspublic void setOriginalComposite()
setOriginalComposite in interface IQbGraphicssetOriginalComposite in class QbGraphics
public void drawLine(int x1,
int y1,
int x2,
int y2)
drawLine in class QbGraphicsGraphics
public void drawOval(int x,
int y,
int width,
int height)
drawOval in class QbGraphicsGraphics
public void drawPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
drawPolygon in class QbGraphicsGraphics
public void drawPolyline(int[] xPoints,
int[] yPoints,
int nPoints)
drawPolyline in class QbGraphicsGraphics
public void drawRect(int x,
int y,
int width,
int height)
drawRect in class QbGraphicsGraphics
public void draw3DRect(int x,
int y,
int width,
int height,
boolean raised)
draw3DRect in class QbGraphicsGraphics
public void drawRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
drawRoundRect in class QbGraphicsGraphics
public void drawString(java.lang.String str,
int x,
int y)
drawString in class QbGraphicsGraphics
public void drawString(java.lang.String str3,
int xPt1,
int wPt1,
short align,
int yPt1,
boolean drawUnderline)
drawString in interface IQbGraphicsdrawString in class QbGraphicsGraphics
public void drawSegment(java.lang.Object[] segment,
int xPt2,
int yPt2)
drawSegment in interface IQbGraphicsdrawSegment in class QbGraphics
public void drawRotateString(java.lang.String str,
java.awt.Font font,
boolean isJ2DRotate,
java.awt.Color color,
float angle,
int x,
int y)
drawRotateString in interface IQbGraphicsdrawRotateString in class QbGraphics
public void drawString(java.text.AttributedCharacterIterator text,
int x,
int y)
drawString in class QbGraphicsGraphics
public void fillArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
fillArc in class QbGraphicsGraphics
public void fillOval(int x,
int y,
int width,
int height)
fillOval in class QbGraphicsGraphics
public void fillPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
fillPolygon in class QbGraphicsGraphics
public void fillRect(int x,
int y,
int width,
int height)
fillRect in class QbGraphicsGraphics
public void fill3DRect(int x,
int y,
int width,
int height,
boolean raised)
fill3DRect in class QbGraphicsGraphics
public void fillRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
fillRoundRect in class QbGraphicsGraphicspublic java.awt.Shape getClip()
getClip in class QbGraphicsGraphicspublic java.awt.Rectangle getClipRect()
getClipRect in class QbGraphicsGraphicspublic java.awt.Rectangle getClipBounds()
getClipBounds in class QbGraphicsGraphicspublic java.awt.Color getColor()
getColor in class QbGraphicsGraphicspublic java.awt.Font getFont()
getFont in class QbGraphicsGraphicspublic java.awt.FontMetrics getFontMetrics(java.awt.Font f)
getFontMetrics in class QbGraphicsGraphics
public void setClip(int x,
int y,
int width,
int height)
setClip in class QbGraphicsGraphicspublic void setClip(java.awt.Shape clip)
setClip in class QbGraphicsGraphicspublic void setColor(java.awt.Color newcolor)
setColor in class QbGraphicsGraphicspublic void setFont(java.awt.Font newfont)
setFont in class QbGraphicsGraphicspublic void setPaintMode()
setPaintMode in class QbGraphicsGraphicspublic void setXORMode(java.awt.Color c1)
setXORMode in class QbGraphicsGraphics
public void translate(int x,
int y)
translate in class QbGraphicsGraphics
|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||