Class ViewerWatermarkJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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 offsetMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ViewerWatermarkJson
public ViewerWatermarkJson()
-
-
Method Details
-
getLine4
Line 4- Returns:
- Line 4
-
setLine4
Line 4- Parameters:
line4
- Line 4
-
getColor
Color- Returns:
- Color
-
setColor
Color- Parameters:
color
- Color
-
getVerticalOffset
Vertical offset- Returns:
- Vertical offset
-
setVerticalOffset
Vertical offset- Parameters:
verticalOffset
- Vertical offset
-
getFontSize
Font size- Returns:
- Font size
-
setFontSize
Font size- Parameters:
fontSize
- Font size
-
getPosition
Position- Returns:
- Position
-
setPosition
Position- Parameters:
position
- Position
-
getOpacity
Opacity- Returns:
- Opacity
-
setOpacity
Opacity- Parameters:
opacity
- Opacity
-
getLine3
Line 3- Returns:
- Line 3
-
setLine3
Line 3- Parameters:
line3
- Line 3
-
getLine2
Line 2- Returns:
- Line 2
-
setLine2
Line 2- Parameters:
line2
- Line 2
-
getLine1
Line 1- Returns:
- Line 1
-
setLine1
Line 1- Parameters:
line1
- Line 1
-