|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.painter.JAIImagePainter
public class JAIImagePainter
| Constructor Summary | |
|---|---|
JAIImagePainter()
|
|
JAIImagePainter(javax.media.jai.RenderedOp image)
|
|
| Method Summary | |
|---|---|
javax.media.jai.RenderedOp |
getImage()
Get the image. |
Dimension |
getPreferredSize()
Get preferred size. |
boolean |
isScalable()
Check if is scalable. |
void |
paint(Graphics g,
int x,
int y,
int w,
int h)
Paint the painter. |
void |
setImage(javax.media.jai.RenderedOp image)
Set the image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JAIImagePainter()
public JAIImagePainter(javax.media.jai.RenderedOp image)
| Method Detail |
|---|
public void paint(Graphics g,
int x,
int y,
int w,
int h)
paint in interface Painterg - graphical context.x - x coordinate of the left edge of the paint area.y - y coordinate of the upper edge of the paint area.w - area width.h - area height.public Dimension getPreferredSize()
getPreferredSize in interface Painterpublic boolean isScalable()
isScalable in interface Painterpublic javax.media.jai.RenderedOp getImage()
public void setImage(javax.media.jai.RenderedOp image)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||