controlP5
Class ControllerStyle

java.lang.Object
  extended by controlP5.ControllerStyle

public class ControllerStyle
extends java.lang.Object


Field Summary
 int background
           
 int backgroundHeight
           
 int backgroundWidth
           
 int color
           
 int marginBottom
           
 int marginLeft
           
 int marginRight
           
 int marginTop
           
 int paddingBottom
           
 int paddingLeft
           
 int paddingRight
           
 int paddingTop
           
 
Constructor Summary
ControllerStyle()
           
 
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
 

Field Detail

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
Constructor Detail

ControllerStyle

public ControllerStyle()
Method Detail

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