Package org.daypilot.data
Class Separator
- java.lang.Object
-
- org.daypilot.data.Separator
-
public class Separator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Separator()
-
Method Summary
Modifier and Type Method Description java.lang.String
getColor()
JSONObject
getJSON()
SeparatorLayer
getLayer()
DateTime
getLocation()
int
getOpacity()
int
getWidth()
void
setColor(java.lang.String color)
void
setLayer(SeparatorLayer layer)
void
setLocation(DateTime location)
void
setOpacity(int opacity)
void
setWidth(int width)
-
-
-
Method Detail
-
getLocation
public DateTime getLocation()
-
setLocation
public void setLocation(DateTime location)
-
getColor
public java.lang.String getColor()
-
setColor
public void setColor(java.lang.String color)
-
getLayer
public SeparatorLayer getLayer()
-
setLayer
public void setLayer(SeparatorLayer layer)
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
getOpacity
public int getOpacity()
-
setOpacity
public void setOpacity(int opacity)
-
getJSON
public JSONObject getJSON()
-
-