controlP5
Class TickMark

java.lang.Object
  extended by controlP5.TickMark
All Implemented Interfaces:
CDrawable

public class TickMark
extends java.lang.Object
implements CDrawable

Tickmarks are used by the Slider and Knob controller.


Constructor Summary
TickMark(Controller theController)
           
 
Method Summary
 void draw(processing.core.PApplet theApplet)
           
 void draw(processing.core.PApplet theApplet, int theDirection)
           
 Label getLabel()
           
 Label setLabel(java.lang.String theLabeltext)
           
 void setLength(int theLength)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TickMark

public TickMark(Controller theController)
Method Detail

draw

public void draw(processing.core.PApplet theApplet)
Specified by:
draw in interface CDrawable
Parameters:
theApplet - PApplet

draw

public void draw(processing.core.PApplet theApplet,
                 int theDirection)

getLabel

public Label getLabel()

setLabel

public Label setLabel(java.lang.String theLabeltext)

setLength

public void setLength(int theLength)


processing library controlP5 by Andreas Schlegel. (c) 2006-2012