controlP5
Class ControllerStyle
java.lang.Object
controlP5.ControllerStyle
public class ControllerStyle
- extends java.lang.Object
Method Summary |
void |
margin(int theValue)
|
void |
margin(int theTop,
int theRight,
int theBottom,
int theLeft)
|
void |
moveMargin(int theTop,
int theRight,
int theBottom,
int theLeft)
|
void |
movePadding(int theTop,
int theRight,
int theBottom,
int theLeft)
|
void |
padding(int theValue)
|
void |
padding(int theTop,
int theRight,
int theBottom,
int theLeft)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paddingTop
public int paddingTop
paddingRight
public int paddingRight
paddingBottom
public int paddingBottom
paddingLeft
public int paddingLeft
marginTop
public int marginTop
marginRight
public int marginRight
marginBottom
public int marginBottom
marginLeft
public int marginLeft
background
public int background
backgroundWidth
public int backgroundWidth
backgroundHeight
public int backgroundHeight
color
public int color
ControllerStyle
public ControllerStyle()
margin
public void margin(int theValue)
padding
public void padding(int theValue)
margin
public void margin(int theTop,
int theRight,
int theBottom,
int theLeft)
padding
public void padding(int theTop,
int theRight,
int theBottom,
int theLeft)
moveMargin
public void moveMargin(int theTop,
int theRight,
int theBottom,
int theLeft)
movePadding
public void movePadding(int theTop,
int theRight,
int theBottom,
int theLeft)
processing library controlP5 by Andreas Schlegel. (c) 2010