Package jto.processing.sketch.mapper
Class QuadOptionsMenu
- java.lang.Object
-
- jto.processing.sketch.mapper.QuadOptionsMenu
-
public class QuadOptionsMenu extends Object
-
-
Constructor Summary
Constructors Constructor Description QuadOptionsMenu(SketchMapper sketchMapper, processing.core.PApplet parent, controlP5.ControlP5 controlP5)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compileSourceList()
********************************************** Populate the source list with the filenames of all the textures found in data/textures ************************************************String
getName()
String
getSelectedSketch()
void
hide()
void
render()
void
setSelectedSketch(int sketchIndex)
void
setSurfaceName(String name)
void
show()
-
-
-
Constructor Detail
-
QuadOptionsMenu
public QuadOptionsMenu(SketchMapper sketchMapper, processing.core.PApplet parent, controlP5.ControlP5 controlP5)
-
-
Method Detail
-
compileSourceList
public void compileSourceList()
********************************************** Populate the source list with the filenames of all the textures found in data/textures ************************************************
-
hide
public void hide()
-
render
public void render()
-
setSurfaceName
public void setSurfaceName(String name)
-
setSelectedSketch
public void setSelectedSketch(int sketchIndex)
-
getSelectedSketch
public String getSelectedSketch()
-
getName
public String getName()
-
show
public void show()
-
-