|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fi.faidon.jvg.VectorImageProducer
Interface for all classes that can draw vectorized data coming from a picture file, a recorded drawing sequence or something else.
Constructor Summary | |
VectorImageProducer()
|
Method Summary | |
abstract int |
checkImage()
Return the status of the asynchronous draw. |
abstract int |
getHeight()
Get the height of the original image. |
abstract int |
getWidth()
Get the width of the original image. |
void |
playIt(java.awt.Graphics g)
Immediately draw the image using the given graphics. |
abstract void |
playIt(java.awt.Graphics g,
java.awt.Component c)
Immediately draw the image using the given graphics and the given component. |
void |
playIt(java.awt.Image img,
java.awt.Component caller)
Do the drawing operations into the graphics of the given image. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VectorImageProducer()
Method Detail |
public abstract int getWidth()
public abstract int getHeight()
public void playIt(java.awt.Graphics g)
public abstract void playIt(java.awt.Graphics g, java.awt.Component c)
public void playIt(java.awt.Image img, java.awt.Component caller)
public abstract int checkImage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |