|
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
| Constructor Summary | |
QbGraphics()
|
|
QbGraphics(int width,
int height,
java.io.DataOutputStream out)
|
|
QbGraphics(int width,
int height,
java.io.DataOutputStream out,
boolean[] update)
|
|
| 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 |
drawIntersect(java.awt.Polygon poly,
double x,
double y,
double w,
int thickness)
|
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 isJ2DRotateText,
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[] res,
int x,
int y)
|
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 str,
int x,
int w,
short align,
int y,
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 |
fillIntersect(java.awt.Polygon poly,
double x,
double y,
double w)
|
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 |
setGradientPaint(int x1,
int y1,
java.awt.Color color1,
int x2,
int y2,
java.awt.Color color2,
boolean cyclic)
|
void |
setLegendTab()
|
void |
setOriginalComposite()
|
void |
setPaintMode()
Not supported. |
void |
setTableTab()
|
void |
setTexturePaint(int patternID,
java.awt.Color color)
|
void |
setXORMode(java.awt.Color c1)
Not supported. |
void |
translate(int x,
int y)
See Graphics. |
| 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 |
| Constructor Detail |
public QbGraphics()
public QbGraphics(int width,
int height,
java.io.DataOutputStream out,
boolean[] update)
public QbGraphics(int width,
int height,
java.io.DataOutputStream out)
| Method Detail |
public void done()
throws java.lang.Exception
public void setChartTab()
setChartTab in interface IQbGraphicspublic void setTableTab()
setTableTab in interface IQbGraphicspublic void setLegendTab()
setLegendTab in interface IQbGraphicspublic void setEndTab()
setEndTab in interface IQbGraphics
public void clearRect(int x,
int y,
int width,
int height)
clearRect in class java.awt.GraphicsGraphics
public void clipRect(int x,
int y,
int width,
int height)
clipRect in class java.awt.GraphicsGraphics
public void copyArea(int x,
int y,
int width,
int height,
int dx,
int dy)
copyArea in class java.awt.GraphicsGraphicspublic java.awt.Graphics create()
create in class java.awt.GraphicsGraphics
public java.awt.Graphics create(int x,
int y,
int width,
int height)
create in class java.awt.GraphicsGraphicspublic void dispose()
dispose in class java.awt.GraphicsGraphics
public void drawArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
drawArc in class java.awt.GraphicsGraphics
public void drawImage(java.net.URL url,
int option,
int x,
int y,
int width,
int height)
drawImage in interface IQbGraphics
public void drawImage(byte[] data,
int option,
int x,
int y,
int width,
int height)
drawImage in interface IQbGraphics
public void drawLine2D(float x1,
float y1,
float x2,
float y2)
public void drawArc2D(float x,
float y,
float w,
float h,
float start,
float extent,
int type)
drawArc2D in interface IQbGraphics
public void setBasicStroke(float width,
int cap,
int join,
float miterlimit,
float[] dash,
float dash_phase)
setBasicStroke in interface IQbGraphics
public void drawRoundRectangle(float x1,
float y1,
float x2,
float y2,
float rx,
float ry)
public void fillRoundRectangle(float x,
float y,
float w,
float h,
float r,
float thickness,
boolean drawTop,
boolean drawBottom)
public void fillIntersect(java.awt.Polygon poly,
double x,
double y,
double w)
fillIntersect in interface IQbGraphics
public void drawIntersect(java.awt.Polygon poly,
double x,
double y,
double w,
int thickness)
drawIntersect in interface IQbGraphics
public void setGradientPaint(int x1,
int y1,
java.awt.Color color1,
int x2,
int y2,
java.awt.Color color2,
boolean cyclic)
setGradientPaint in interface IQbGraphics
public void setTexturePaint(int patternID,
java.awt.Color color)
setTexturePaint in interface IQbGraphics
public boolean drawImage(java.awt.Image img,
int x,
int y,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
drawImage in class java.awt.GraphicsGraphics
public boolean drawImage(java.awt.Image img,
int x,
int y,
java.awt.image.ImageObserver observer)
drawImage in class java.awt.GraphicsGraphics
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 java.awt.GraphicsGraphics
public boolean drawImage(java.awt.Image img,
int x,
int y,
int width,
int height,
java.awt.image.ImageObserver observer)
drawImage in class java.awt.GraphicsGraphics
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 java.awt.GraphicsGraphics
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 java.awt.GraphicsGraphicspublic void setCompositeSrcOver(float alpha)
setCompositeSrcOver in interface IQbGraphicspublic void setOriginalComposite()
setOriginalComposite in interface IQbGraphics
public void drawLine(int x1,
int y1,
int x2,
int y2)
drawLine in class java.awt.GraphicsGraphics
public void drawOval(int x,
int y,
int width,
int height)
drawOval in class java.awt.GraphicsGraphics
public void drawPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
drawPolygon in class java.awt.GraphicsGraphics
public void drawPolyline(int[] xPoints,
int[] yPoints,
int nPoints)
drawPolyline in class java.awt.GraphicsGraphics
public void drawRect(int x,
int y,
int width,
int height)
drawRect in class java.awt.GraphicsGraphics
public void draw3DRect(int x,
int y,
int width,
int height,
boolean raised)
draw3DRect in class java.awt.GraphicsGraphics
public void drawRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
drawRoundRect in class java.awt.GraphicsGraphics
public void drawString(java.lang.String str,
int x,
int y)
drawString in class java.awt.GraphicsGraphics
public void drawString(java.lang.String str,
int x,
int w,
short align,
int y,
boolean drawUnderline)
drawString in interface IQbGraphicsGraphics
public void drawSegment(java.lang.Object[] res,
int x,
int y)
drawSegment in interface IQbGraphics
public void drawRotateString(java.lang.String str,
java.awt.Font font,
boolean isJ2DRotateText,
java.awt.Color color,
float angle,
int x,
int y)
drawRotateString in interface IQbGraphics
public void drawString(java.text.AttributedCharacterIterator text,
int x,
int y)
drawString in class java.awt.GraphicsGraphics
public void fillArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
fillArc in class java.awt.GraphicsGraphics
public void fillOval(int x,
int y,
int width,
int height)
fillOval in class java.awt.GraphicsGraphics
public void fillPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
fillPolygon in class java.awt.GraphicsGraphics
public void fillRect(int x,
int y,
int width,
int height)
fillRect in class java.awt.GraphicsGraphics
public void fill3DRect(int x,
int y,
int width,
int height,
boolean raised)
fill3DRect in class java.awt.GraphicsGraphics
public void fillRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
fillRoundRect in class java.awt.GraphicsGraphicspublic java.awt.Shape getClip()
getClip in class java.awt.GraphicsGraphicspublic java.awt.Rectangle getClipRect()
getClipRect in class java.awt.GraphicsGraphicspublic java.awt.Rectangle getClipBounds()
getClipBounds in class java.awt.GraphicsGraphicspublic java.awt.Color getColor()
getColor in class java.awt.GraphicsGraphicspublic java.awt.Font getFont()
getFont in class java.awt.GraphicsGraphicspublic java.awt.FontMetrics getFontMetrics(java.awt.Font f)
getFontMetrics in class java.awt.GraphicsGraphics
public void setClip(int x,
int y,
int width,
int height)
setClip in class java.awt.GraphicsGraphicspublic void setClip(java.awt.Shape clip)
setClip in class java.awt.GraphicsGraphicspublic void setColor(java.awt.Color newcolor)
setColor in class java.awt.GraphicsGraphicspublic void setFont(java.awt.Font newfont)
setFont in class java.awt.GraphicsGraphicspublic void setPaintMode()
setPaintMode in class java.awt.GraphicsGraphicspublic void setXORMode(java.awt.Color c1)
setXORMode in class java.awt.GraphicsGraphics
public void translate(int x,
int y)
translate in class java.awt.GraphicsGraphics
|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||