Class ViewerWatermarkJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ViewerWatermarkJson
-
- All Implemented Interfaces:
Serializable
public class ViewerWatermarkJson extends BaseJson
A viewer watermark- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewerWatermarkJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getColor()
ColorInteger
getFontSize()
Font sizeString
getLine1()
Line 1String
getLine2()
Line 2String
getLine3()
Line 3String
getLine4()
Line 4Float
getOpacity()
OpacityString
getPosition()
PositionInteger
getVerticalOffset()
Vertical offsetvoid
setColor(Integer color)
Colorvoid
setFontSize(Integer fontSize)
Font sizevoid
setLine1(String line1)
Line 1void
setLine2(String line2)
Line 2void
setLine3(String line3)
Line 3void
setLine4(String line4)
Line 4void
setOpacity(Float opacity)
Opacityvoid
setPosition(String position)
Positionvoid
setVerticalOffset(Integer verticalOffset)
Vertical offset-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getLine4
public String getLine4()
Line 4- Returns:
- Line 4
-
setLine4
public void setLine4(String line4)
Line 4- Parameters:
line4
- Line 4
-
getColor
public Integer getColor()
Color- Returns:
- Color
-
setColor
public void setColor(Integer color)
Color- Parameters:
color
- Color
-
getVerticalOffset
public Integer getVerticalOffset()
Vertical offset- Returns:
- Vertical offset
-
setVerticalOffset
public void setVerticalOffset(Integer verticalOffset)
Vertical offset- Parameters:
verticalOffset
- Vertical offset
-
getFontSize
public Integer getFontSize()
Font size- Returns:
- Font size
-
setFontSize
public void setFontSize(Integer fontSize)
Font size- Parameters:
fontSize
- Font size
-
getPosition
public String getPosition()
Position- Returns:
- Position
-
setPosition
public void setPosition(String position)
Position- Parameters:
position
- Position
-
getOpacity
public Float getOpacity()
Opacity- Returns:
- Opacity
-
setOpacity
public void setOpacity(Float opacity)
Opacity- Parameters:
opacity
- Opacity
-
getLine3
public String getLine3()
Line 3- Returns:
- Line 3
-
setLine3
public void setLine3(String line3)
Line 3- Parameters:
line3
- Line 3
-
getLine2
public String getLine2()
Line 2- Returns:
- Line 2
-
setLine2
public void setLine2(String line2)
Line 2- Parameters:
line2
- Line 2
-
getLine1
public String getLine1()
Line 1- Returns:
- Line 1
-
setLine1
public void setLine1(String line1)
Line 1- Parameters:
line1
- Line 1
-
-