controlP5
Class ControllerStyle

java.lang.Object
  extended by controlP5.ControllerStyle

public class ControllerStyle
extends java.lang.Object

controlP5 is a processing gui library. 2007-2010 by Andreas Schlegel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Author:
Andreas Schlegel (http://www.sojamo.de)

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)
           
 void setMargin(int theTop, int theRight, int theBottom, int theLeft)
           
 void setMarginBottom(int theValue)
           
 void setMarginLeft(int theValue)
           
 void setMarginRight(int theValue)
           
 void setMarginTop(int theValue)
           
 void setPadding(int theTop, int theRight, int theBottom, int theLeft)
           
 void setPaddingBottom(int theValue)
           
 void setPaddingLeft(int theValue)
           
 void setPaddingRight(int theValue)
           
 void setPaddingTop(int theValue)
           
 
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)

setPadding

public void setPadding(int theTop,
                       int theRight,
                       int theBottom,
                       int theLeft)

setPaddingTop

public void setPaddingTop(int theValue)

setPaddingBottom

public void setPaddingBottom(int theValue)

setPaddingRight

public void setPaddingRight(int theValue)

setPaddingLeft

public void setPaddingLeft(int theValue)

margin

public void margin(int theTop,
                   int theRight,
                   int theBottom,
                   int theLeft)

setMargin

public void setMargin(int theTop,
                      int theRight,
                      int theBottom,
                      int theLeft)

setMarginTop

public void setMarginTop(int theValue)

setMarginBottom

public void setMarginBottom(int theValue)

setMarginRight

public void setMarginRight(int theValue)

setMarginLeft

public void setMarginLeft(int theValue)

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