public interface

Hyperlink

implements Serializable
com.priint.comet.metadata.element.Hyperlink

Class Overview

The Interface Hyperlink.

Summary

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.

Public Methods

public abstract int getBorderwidth ()

Gets the borderwidth.

Returns
  • the borderwidth

public abstract int getColor ()

Gets the color.

Returns
  • the color

public abstract String getDestinationInfo ()

Gets the destination info.

Returns
  • the destinationInfo

public abstract String getDestinationName ()

Gets the destination name.

Returns
  • the destinationName

public abstract String getDestinationType ()

Gets the destination type.

Returns
  • the destination type

public abstract int getHilight ()

Gets the hilight.

Returns
  • the hilight

public abstract String getName ()

Gets the name.

Returns
  • the name

public abstract int getStyle ()

Gets the style.

Returns
  • the style

public abstract int getUid ()

Gets the uid.

Returns
  • the uid

public abstract int getVisible ()

Gets the visible.

Returns
  • the visible

public abstract double getZoomBottom ()

Gets the zoom bottom.

Returns
  • the zoomBottom

public abstract double getZoomLeft ()

Gets the zoom left.

Returns
  • the zoomLeft

public abstract double getZoomPercent ()

Gets the zoom percent.

Returns
  • the zoomPercent

public abstract double getZoomRight ()

Gets the zoom right.

Returns
  • the zoomRight

public abstract double getZoomTop ()

Gets the zoom top.

Returns
  • the zoomTop

public abstract int getZoomType ()

Gets the zoom type.

Returns
  • the zoomType

public abstract void setBorderwidth (int borderwidth)

Sets the borderwidth.

Parameters
borderwidth the borderwidth to set

public abstract void setColor (int color)

Sets the color.

Parameters
color the color to set

public abstract void setDestinationInfo (String destinationInfo)

Sets the destination info.

Parameters
destinationInfo the destinationInfo to set

public abstract void setDestinationName (String destinationName)

Sets the destination name.

Parameters
destinationName the destinationName to set

public abstract void setDestinationType (String destinationType)

Sets the destination type.

Parameters
destinationType the new destination type

public abstract void setHilight (int hilight)

Sets the hilight.

Parameters
hilight the hilight to set

public abstract void setName (String name)

Sets the name.

Parameters
name the name to set

public abstract void setStyle (int style)

Sets the style.

Parameters
style the style to set

public abstract void setUid (int uid)

Sets the uid.

Parameters
uid the uid to set

public abstract void setVisible (int visible)

Sets the visible.

Parameters
visible the visible to set

public abstract void setZoomBottom (double zoomBottom)

Sets the zoom bottom.

Parameters
zoomBottom the zoomBottom to set

public abstract void setZoomLeft (double zoomLeft)

Sets the zoom left.

Parameters
zoomLeft the zoomLeft to set

public abstract void setZoomPercent (double zoomPercent)

Sets the zoom percent.

Parameters
zoomPercent the zoomPercent to set

public abstract void setZoomRight (double zoomRight)

Sets the zoom right.

Parameters
zoomRight the zoomRight to set

public abstract void setZoomTop (double zoomTop)

Sets the zoom top.

Parameters
zoomTop the zoomTop to set

public abstract void setZoomType (int zoomType)

Sets the zoom type.

Parameters
zoomType the zoomType to set