|
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.FlashGraphics
| Constructor Summary | |
FlashGraphics(int width,
int height)
|
|
| 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 |
draw3DRect(int x,
int y,
int width,
int height,
boolean raised)
|
void |
drawArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
|
boolean |
drawImage(java.awt.Image img,
int x,
int y,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
|
boolean |
drawImage(java.awt.Image img,
int x,
int y,
java.awt.image.ImageObserver observer)
|
boolean |
drawImage(java.awt.Image img,
int x,
int y,
int width,
int height,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
|
boolean |
drawImage(java.awt.Image img,
int x,
int y,
int width,
int height,
java.awt.image.ImageObserver observer)
|
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)
|
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)
|
void |
drawLine(int x1,
int y1,
int x2,
int y2)
|
void |
drawOval(int x,
int y,
int width,
int height)
|
void |
drawPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
|
void |
drawPolyline(int[] xPoints,
int[] yPoints,
int nPoints)
|
void |
drawRect(int x,
int y,
int width,
int height)
|
void |
drawRotateString(java.lang.String str,
quadbase.common.util.internal.Font font,
quadbase.common.util.internal.Color color,
float angle,
int x,
int y)
|
void |
drawRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
|
void |
drawString(java.text.AttributedCharacterIterator text,
int x,
int y)
Not supported. |
void |
drawString(java.lang.String str,
int x,
int y)
|
void |
export(java.io.OutputStream out)
|
void |
fill3DRect(int x,
int y,
int width,
int height,
boolean raised)
|
void |
fillArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
|
void |
fillOval(int x,
int y,
int width,
int height)
|
void |
fillPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
|
void |
fillRect(int x,
int y,
int width,
int height)
|
void |
fillRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
|
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. |
quadbase.common.util.internal.Font |
mapFont(java.awt.Font font)
|
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)
|
void |
setFont(java.awt.Font newFont)
|
void |
setPaintMode()
Not supported. |
void |
setTransparentColor(java.awt.Color transparentColor)
|
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 FlashGraphics(int width,
int height)
| Method Detail |
public void drawRect(int x,
int y,
int width,
int height)
drawRect in class java.awt.Graphics
public void draw3DRect(int x,
int y,
int width,
int height,
boolean raised)
draw3DRect in class java.awt.Graphics
public void drawRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
drawRoundRect in class java.awt.Graphics
public void drawOval(int x,
int y,
int width,
int height)
drawOval in class java.awt.Graphics
public void fillRect(int x,
int y,
int width,
int height)
fillRect in class java.awt.Graphics
public void fill3DRect(int x,
int y,
int width,
int height,
boolean raised)
fill3DRect in class java.awt.Graphics
public void fillRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
fillRoundRect in class java.awt.Graphics
public void fillOval(int x,
int y,
int width,
int height)
fillOval in class java.awt.Graphics
public void drawPolyline(int[] xPoints,
int[] yPoints,
int nPoints)
drawPolyline in class java.awt.Graphics
public void drawPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
drawPolygon in class java.awt.Graphics
public void drawArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
drawArc in class java.awt.Graphics
public void fillArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
fillArc in class java.awt.Graphics
public void fillPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
fillPolygon in class java.awt.Graphics
public void drawLine(int x1,
int y1,
int x2,
int y2)
drawLine in class java.awt.Graphics
public void drawString(java.lang.String str,
int x,
int y)
drawString in class java.awt.Graphics
public void drawString(java.text.AttributedCharacterIterator text,
int x,
int y)
drawString in class java.awt.GraphicsGraphics
public void drawRotateString(java.lang.String str,
quadbase.common.util.internal.Font font,
quadbase.common.util.internal.Color color,
float angle,
int x,
int y)
public void setColor(java.awt.Color newColor)
setColor in class java.awt.Graphicspublic void setFont(java.awt.Font newFont)
setFont in class java.awt.Graphics
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.Graphics
public boolean drawImage(java.awt.Image img,
int x,
int y,
java.awt.image.ImageObserver observer)
drawImage in class java.awt.Graphics
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.Graphics
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.Graphicspublic void setTransparentColor(java.awt.Color transparentColor)
setTransparentColor in interface IFlashGraphics
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.Graphics
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.Graphics
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.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.Font getFont()
getFont in class java.awt.GraphicsGraphicspublic java.awt.Color getColor()
getColor 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 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.GraphicsGraphicspublic void export(java.io.OutputStream out)
export in interface IFlashGraphicspublic quadbase.common.util.internal.Font mapFont(java.awt.Font font)
|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||