magoffin.matt.ma2.web
Class ShadowServerController.Command

java.lang.Object
  extended by magoffin.matt.ma2.web.ShadowServerController.Command
Enclosing class:
ShadowServerController

public static class ShadowServerController.Command
extends java.lang.Object

Command class for shadow server.


Constructor Summary
ShadowServerController.Command()
           
 
Method Summary
 void setB(java.lang.Integer blurRadius)
           
 void setBlurRadius(java.lang.Integer blurRadius)
           
 void setC(java.lang.Integer color)
           
 void setColor(java.lang.Integer color)
           
 void setCornerRadius(java.lang.Integer cornerRadius)
           
 void setH(java.lang.Integer height)
           
 void setHeight(java.lang.Integer height)
           
 void setO(java.lang.Integer opacity)
           
 void setOpacity(java.lang.Integer opacity)
           
 void setR(java.lang.Integer cornerRadius)
           
 void setW(java.lang.Integer width)
           
 void setWidth(java.lang.Integer width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowServerController.Command

public ShadowServerController.Command()
Method Detail

setB

public void setB(java.lang.Integer blurRadius)
Parameters:
blurRadius - The blurRadius to set.

setC

public void setC(java.lang.Integer color)
Parameters:
color - The color to set.

setR

public void setR(java.lang.Integer cornerRadius)
Parameters:
cornerRadius - The cornerRadius to set.

setH

public void setH(java.lang.Integer height)
Parameters:
height - The height to set.

setO

public void setO(java.lang.Integer opacity)
Parameters:
opacity - The opacity to set.

setW

public void setW(java.lang.Integer width)
Parameters:
width - The width to set.

setBlurRadius

public void setBlurRadius(java.lang.Integer blurRadius)
Parameters:
blurRadius - The blurRadius to set.

setColor

public void setColor(java.lang.Integer color)
Parameters:
color - The color to set.

setCornerRadius

public void setCornerRadius(java.lang.Integer cornerRadius)
Parameters:
cornerRadius - The cornerRadius to set.

setHeight

public void setHeight(java.lang.Integer height)
Parameters:
height - The height to set.

setOpacity

public void setOpacity(java.lang.Integer opacity)
Parameters:
opacity - The opacity to set.

setWidth

public void setWidth(java.lang.Integer width)
Parameters:
width - The width to set.