|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmbeddedSketch | |
---|---|
org.gicentre.utils.multisketch | Multiple and embedded sketch utilities for use with Processing. |
Uses of EmbeddedSketch in org.gicentre.utils.multisketch |
---|
Subclasses of EmbeddedSketch in org.gicentre.utils.multisketch | |
---|---|
class |
SlideSketch
Class for representing a slide as Processing sketch. |
Methods in org.gicentre.utils.multisketch with parameters of type EmbeddedSketch | |
---|---|
void |
SlideShow.addSketch(EmbeddedSketch sketch)
Adds the given sketch to the slide show. |
void |
SlideShow.addSketch(EmbeddedSketch sketch,
int offset)
Adds the given sketch to the slide show with the given offset from the top of the slide. |
void |
SlideShow.displayTime(EmbeddedSketch sketch,
processing.core.PFont timerFont)
Displays the time since addTimer() was last called in the top-right corner of the
given sketch. |
Constructors in org.gicentre.utils.multisketch with parameters of type EmbeddedSketch | |
---|---|
PopupWindow(processing.core.PApplet parent,
EmbeddedSketch sketch)
Creates the new popup window containing the given sketch. |
|
PopupWindow(processing.core.PApplet parent,
EmbeddedSketch sketch,
java.lang.String title,
int wx,
int wy)
Creates the new popup window containing the given sketch with title and location. |
|
SketchPanel(processing.core.PApplet parent,
EmbeddedSketch sketch)
Creates the new panel containing the given sketch. |
|
SketchPanel(processing.core.PApplet parent,
EmbeddedSketch sketch,
int offset)
Creates the new panel containing the given sketch with the given offset from the top. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |