Interface Hyperlink
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
HyperlinkImpl
The Interface Hyperlink.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the borderwidth.intgetColor()Gets the color.Gets the destination info.Gets the destination name.Gets the destination type.intGets the hilight.getName()Gets the name.intgetStyle()Gets the style.intgetUid()Gets the uid.intGets the visible.doubleGets the zoom bottom.doubleGets the zoom left.doubleGets the zoom percent.doubleGets the zoom right.doubleGets the zoom top.intGets the zoom type.voidsetBorderwidth(int borderwidth) Sets the borderwidth.voidsetColor(int color) Sets the color.voidsetDestinationInfo(String destinationInfo) Sets the destination info.voidsetDestinationName(String destinationName) Sets the destination name.voidsetDestinationType(String destinationType) Sets the destination type.voidsetHilight(int hilight) Sets the hilight.voidSets the name.voidsetStyle(int style) Sets the style.voidsetUid(int uid) Sets the uid.voidsetVisible(int visible) Sets the visible.voidsetZoomBottom(double zoomBottom) Sets the zoom bottom.voidsetZoomLeft(double zoomLeft) Sets the zoom left.voidsetZoomPercent(double zoomPercent) Sets the zoom percent.voidsetZoomRight(double zoomRight) Sets the zoom right.voidsetZoomTop(double zoomTop) Sets the zoom top.voidsetZoomType(int zoomType) Sets the zoom type.
-
Method Details
-
getUid
int getUid()Gets the uid.- Returns:
- the uid
-
setUid
void setUid(int uid) Sets the uid.- Parameters:
uid- the uid to set
-
getName
String getName()Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the name to set
-
getDestinationName
String getDestinationName()Gets the destination name.- Returns:
- the destinationName
-
setDestinationName
Sets the destination name.- Parameters:
destinationName- the destinationName to set
-
getDestinationInfo
String getDestinationInfo()Gets the destination info.- Returns:
- the destinationInfo
-
setDestinationInfo
Sets the destination info.- Parameters:
destinationInfo- the destinationInfo to set
-
getVisible
int getVisible()Gets the visible.- Returns:
- the visible
-
setVisible
void setVisible(int visible) Sets the visible.- Parameters:
visible- the visible to set
-
getBorderwidth
int getBorderwidth()Gets the borderwidth.- Returns:
- the borderwidth
-
setBorderwidth
void setBorderwidth(int borderwidth) Sets the borderwidth.- Parameters:
borderwidth- the borderwidth to set
-
getStyle
int getStyle()Gets the style.- Returns:
- the style
-
setStyle
void setStyle(int style) Sets the style.- Parameters:
style- the style to set
-
getHilight
int getHilight()Gets the hilight.- Returns:
- the hilight
-
setHilight
void setHilight(int hilight) Sets the hilight.- Parameters:
hilight- the hilight to set
-
getColor
int getColor()Gets the color.- Returns:
- the color
-
setColor
void setColor(int color) Sets the color.- Parameters:
color- the color to set
-
getZoomType
int getZoomType()Gets the zoom type.- Returns:
- the zoomType
-
setZoomType
void setZoomType(int zoomType) Sets the zoom type.- Parameters:
zoomType- the zoomType to set
-
getZoomPercent
double getZoomPercent()Gets the zoom percent.- Returns:
- the zoomPercent
-
setZoomPercent
void setZoomPercent(double zoomPercent) Sets the zoom percent.- Parameters:
zoomPercent- the zoomPercent to set
-
getZoomLeft
double getZoomLeft()Gets the zoom left.- Returns:
- the zoomLeft
-
setZoomLeft
void setZoomLeft(double zoomLeft) Sets the zoom left.- Parameters:
zoomLeft- the zoomLeft to set
-
getZoomTop
double getZoomTop()Gets the zoom top.- Returns:
- the zoomTop
-
setZoomTop
void setZoomTop(double zoomTop) Sets the zoom top.- Parameters:
zoomTop- the zoomTop to set
-
getZoomRight
double getZoomRight()Gets the zoom right.- Returns:
- the zoomRight
-
setZoomRight
void setZoomRight(double zoomRight) Sets the zoom right.- Parameters:
zoomRight- the zoomRight to set
-
getZoomBottom
double getZoomBottom()Gets the zoom bottom.- Returns:
- the zoomBottom
-
setZoomBottom
void setZoomBottom(double zoomBottom) Sets the zoom bottom.- Parameters:
zoomBottom- the zoomBottom to set
-
setDestinationType
Sets the destination type.- Parameters:
destinationType- the new destination type
-
getDestinationType
String getDestinationType()Gets the destination type.- Returns:
- the destination type
-