|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmaslab.vis.VisObject
maslab.vis.VisSet
public class VisSet
A container for other VisObjects that can be easily cleared. This is useful for drawing something fairly complicated but that should only be around temporarily.
| Field Summary |
|---|
| Fields inherited from class maslab.vis.VisObject |
|---|
coordinateSpace, SCREENSPACE, WORLDSPACE |
| Constructor Summary | |
|---|---|
VisSet()
|
|
| Method Summary | |
|---|---|
void |
add(VisObject vo)
|
void |
clear()
|
void |
paint(VisCanvas vc,
java.awt.Graphics2D g,
java.awt.image.BufferedImage bi)
Overriden by each subclass to draw itself onto the provided graphics context. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisSet()
| Method Detail |
|---|
public void paint(VisCanvas vc,
java.awt.Graphics2D g,
java.awt.image.BufferedImage bi)
VisObject
paint in class VisObjectpublic void add(VisObject vo)
public void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||