public class LinkAnnotation extends Object
Constructor and Description |
---|
LinkAnnotation() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
getAction
Gets String
|
Integer |
getActionType()
getActionType
Gets LinkActionType
|
Color |
getColor()
getColor
Gets Color
|
Integer |
getHighlighting()
getHighlighting
Gets LinkHighlightingMode
|
List<Link> |
getLinks()
getLinks
Gets List
|
void |
setAction(String Action)
setAction
Sets String
|
void |
setActionType(Integer ActionType)
setActionType
Sets LinkActionType
|
void |
setColor(Color Color)
setColor
Sets Color
|
void |
setHighlighting(Integer Highlighting)
setHighlighting
Sets LinkHighlightingMode
|
void |
setLinks(List<Link> Links)
setLinks
Sets List
|
String |
toString() |
public Integer getActionType()
public void setActionType(Integer ActionType)
Integer
- LinkActionTypepublic String getAction()
public void setAction(String Action)
Action
- Stringpublic Integer getHighlighting()
public void setHighlighting(Integer Highlighting)
Integer
- LinkHighlightingModepublic Color getColor()
public void setColor(Color Color)
Color
- ColorCopyright © 2016. All rights reserved.