controlP5
Class TickMark
java.lang.Object
controlP5.TickMark
- All Implemented Interfaces:
- CDrawable
public class TickMark
- extends java.lang.Object
- implements CDrawable
Tickmarks are used by the Slider and Knob controller.
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 |
TickMark
public TickMark(Controller theController)
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