jto.processing.sketch.mapper
Class QuadOptionsMenu

java.lang.Object
  extended by jto.processing.sketch.mapper.QuadOptionsMenu

public class QuadOptionsMenu
extends Object


Constructor Summary
QuadOptionsMenu(SketchMapper sketchMapper, processing.core.PApplet parent, controlP5.ControlP5 controlP5)
           
 
Method Summary
 void compileSourceList()
          ********************************************** Populate the source list with the filenames of all the textures found in data/texures ************************************************
 void hide()
           
 void render()
           
 void setSelectedSketch(String sketch)
           
 void setSurfaceName(String name)
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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/texures ************************************************


hide

public void hide()

render

public void render()

setSurfaceName

public void setSurfaceName(String name)

setSelectedSketch

public void setSelectedSketch(String sketch)

show

public void show()


Copyright © 2015. All rights reserved.