|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.media.Image
pivot.wtk.media.Drawing
public class Drawing
Image representing a vector drawing.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class pivot.wtk.media.Image |
---|
Image.LoadTask |
Constructor Summary | |
---|---|
Drawing()
|
Method Summary | |
---|---|
int |
getHeight()
Returns the visual's height. |
Group |
getShapes()
|
int |
getWidth()
Returns the visual's width. |
void |
paint(java.awt.Graphics2D graphics)
Paints the visual. |
Methods inherited from class pivot.wtk.media.Image |
---|
getSize, load, load |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Drawing()
Method Detail |
---|
public int getWidth()
Visual
public int getHeight()
Visual
public void paint(java.awt.Graphics2D graphics)
Visual
graphics
- The graphics context in which to paint the visual.public Group getShapes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |