Interface Hyperlink

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    HyperlinkImpl

    public interface Hyperlink
    extends java.io.Serializable
    The Interface Hyperlink.
    • Method Detail

      • getUid

        int getUid()
        Gets the uid.
        Returns:
        the uid
      • setUid

        void setUid​(int uid)
        Sets the uid.
        Parameters:
        uid - the uid to set
      • getName

        java.lang.String getName()
        Gets the name.
        Returns:
        the name
      • setName

        void setName​(java.lang.String name)
        Sets the name.
        Parameters:
        name - the name to set
      • getDestinationName

        java.lang.String getDestinationName()
        Gets the destination name.
        Returns:
        the destinationName
      • setDestinationName

        void setDestinationName​(java.lang.String destinationName)
        Sets the destination name.
        Parameters:
        destinationName - the destinationName to set
      • getDestinationInfo

        java.lang.String getDestinationInfo()
        Gets the destination info.
        Returns:
        the destinationInfo
      • setDestinationInfo

        void setDestinationInfo​(java.lang.String destinationInfo)
        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

        void setDestinationType​(java.lang.String destinationType)
        Sets the destination type.
        Parameters:
        destinationType - the new destination type
      • getDestinationType

        java.lang.String getDestinationType()
        Gets the destination type.
        Returns:
        the destination type