com.priint.comet.metadata.element.Hyperlink |
The Interface Hyperlink.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getBorderwidth()
Gets the borderwidth.
| ||||||||||
abstract int |
getColor()
Gets the color.
| ||||||||||
abstract String |
getDestinationInfo()
Gets the destination info.
| ||||||||||
abstract String |
getDestinationName()
Gets the destination name.
| ||||||||||
abstract String |
getDestinationType()
Gets the destination type.
| ||||||||||
abstract int |
getHilight()
Gets the hilight.
| ||||||||||
abstract String |
getName()
Gets the name.
| ||||||||||
abstract int |
getStyle()
Gets the style.
| ||||||||||
abstract int |
getUid()
Gets the uid.
| ||||||||||
abstract int |
getVisible()
Gets the visible.
| ||||||||||
abstract double |
getZoomBottom()
Gets the zoom bottom.
| ||||||||||
abstract double |
getZoomLeft()
Gets the zoom left.
| ||||||||||
abstract double |
getZoomPercent()
Gets the zoom percent.
| ||||||||||
abstract double |
getZoomRight()
Gets the zoom right.
| ||||||||||
abstract double |
getZoomTop()
Gets the zoom top.
| ||||||||||
abstract int |
getZoomType()
Gets the zoom type.
| ||||||||||
abstract void |
setBorderwidth(int borderwidth)
Sets the borderwidth.
| ||||||||||
abstract void |
setColor(int color)
Sets the color.
| ||||||||||
abstract void |
setDestinationInfo(String destinationInfo)
Sets the destination info.
| ||||||||||
abstract void |
setDestinationName(String destinationName)
Sets the destination name.
| ||||||||||
abstract void |
setDestinationType(String destinationType)
Sets the destination type.
| ||||||||||
abstract void |
setHilight(int hilight)
Sets the hilight.
| ||||||||||
abstract void |
setName(String name)
Sets the name.
| ||||||||||
abstract void |
setStyle(int style)
Sets the style.
| ||||||||||
abstract void |
setUid(int uid)
Sets the uid.
| ||||||||||
abstract void |
setVisible(int visible)
Sets the visible.
| ||||||||||
abstract void |
setZoomBottom(double zoomBottom)
Sets the zoom bottom.
| ||||||||||
abstract void |
setZoomLeft(double zoomLeft)
Sets the zoom left.
| ||||||||||
abstract void |
setZoomPercent(double zoomPercent)
Sets the zoom percent.
| ||||||||||
abstract void |
setZoomRight(double zoomRight)
Sets the zoom right.
| ||||||||||
abstract void |
setZoomTop(double zoomTop)
Sets the zoom top.
| ||||||||||
abstract void |
setZoomType(int zoomType)
Sets the zoom type.
|
Gets the borderwidth.
Gets the color.
Gets the destination info.
Gets the destination name.
Gets the destination type.
Gets the hilight.
Gets the name.
Gets the style.
Gets the uid.
Gets the visible.
Gets the zoom bottom.
Gets the zoom left.
Gets the zoom percent.
Gets the zoom right.
Gets the zoom top.
Gets the zoom type.
Sets the borderwidth.
borderwidth | the borderwidth to set |
---|
Sets the color.
color | the color to set |
---|
Sets the destination info.
destinationInfo | the destinationInfo to set |
---|
Sets the destination name.
destinationName | the destinationName to set |
---|
Sets the destination type.
destinationType | the new destination type |
---|
Sets the hilight.
hilight | the hilight to set |
---|
Sets the name.
name | the name to set |
---|
Sets the style.
style | the style to set |
---|
Sets the uid.
uid | the uid to set |
---|
Sets the visible.
visible | the visible to set |
---|
Sets the zoom bottom.
zoomBottom | the zoomBottom to set |
---|
Sets the zoom left.
zoomLeft | the zoomLeft to set |
---|
Sets the zoom percent.
zoomPercent | the zoomPercent to set |
---|
Sets the zoom right.
zoomRight | the zoomRight to set |
---|
Sets the zoom top.
zoomTop | the zoomTop to set |
---|
Sets the zoom type.
zoomType | the zoomType to set |
---|